Skip to content

Commit 0c2d343

Browse files
committed
-
1 parent d1b8be4 commit 0c2d343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ when importing the routes.
16701670
# trailing_slash_on_root: false
16711671
16721672
# you can optionally exclude some files/subdirectories when loading annotations
1673-
# the value must be a string or an array of PHP glob patterns
1673+
# (the value must be a string or an array of PHP glob patterns)
16741674
# exclude: '../../src/Controller/{Debug*Controller.php}'
16751675
16761676
.. code-block:: xml
@@ -1718,7 +1718,7 @@ when importing the routes.
17181718
false,
17191719
// the optional fourth argument is used to exclude some files
17201720
// or subdirectories when loading annotations
1721-
// the value must be a string or an array of PHP glob patterns
1721+
// (the value must be a string or an array of PHP glob patterns)
17221722
'../../src/Controller/{Debug*Controller.php}'
17231723
)
17241724
// this is added to the beginning of all imported route URLs

0 commit comments

Comments
 (0)