Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5b94a5

Browse filesBrowse files
committed
Remove AppBundle form path and namespace. refs #13178
1 parent bd56621 commit e5b94a5
Copy full SHA for e5b94a5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎validation/custom_constraint.rst

Copy file name to clipboardExpand all lines: validation/custom_constraint.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ not to the property:
248248
249249
.. code-block:: php
250250
251-
// src/AppBundle/Entity/AcmeEntity.php
252-
use AppBundle\Validator\Constraints\ProtocolClass;
251+
// src/Entity/AcmeEntity.php
252+
use App\Validator\Constraints\ProtocolClass;
253253
use Symfony\Component\Validator\Mapping\ClassMetadata;
254254
255255
class AcmeEntity

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.