diff --git a/reference/constraints/All.rst b/reference/constraints/All.rst index 34a59dfc9fe..157827df0cf 100644 --- a/reference/constraints/All.rst +++ b/reference/constraints/All.rst @@ -24,8 +24,8 @@ entry in that array: .. code-block:: php-annotations - // src/Acme/UserBundle/Entity/User.php - namespace Acme\UserBundle\Entity; + // src/AppBundle/Entity/User.php + namespace AppBundle\Entity; use Symfony\Component\Validator\Constraints as Assert; @@ -42,8 +42,8 @@ entry in that array: .. code-block:: yaml - # src/Acme/UserBundle/Resources/config/validation.yml - Acme\UserBundle\Entity\User: + # src/AppBundle/Resources/config/validation.yml + AppBundle\Entity\User: properties: favoriteColors: - All: @@ -53,13 +53,13 @@ entry in that array: .. code-block:: xml - + - +