Skip to content

Commit acf2d1f

Browse files
committed
minor #7734 Fix missing / (tacman)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7734). Discussion ---------- Fix missing / Commits ------- d323c59 Fix missing /
2 parents f3eaa80 + d323c59 commit acf2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ you can pass the class name and the method as an array.
258258
259259
.. code-block:: php
260260
261-
// src/AppBundle/EntityAuthor.php
261+
// src/AppBundle/Entity/Author.php
262262
namespace AppBundle\Entity;
263263
264264
use Symfony\Component\Validator\Mapping\ClassMetadata;

0 commit comments

Comments
 (0)