File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1670,7 +1670,7 @@ when importing the routes.
1670
1670
# trailing_slash_on_root: false
1671
1671
1672
1672
# 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)
1674
1674
# exclude: '../../src/Controller/{Debug*Controller.php}'
1675
1675
1676
1676
.. code-block :: xml
@@ -1718,7 +1718,7 @@ when importing the routes.
1718
1718
false,
1719
1719
// the optional fourth argument is used to exclude some files
1720
1720
// 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)
1722
1722
'../../src/Controller/{Debug*Controller.php}'
1723
1723
)
1724
1724
// this is added to the beginning of all imported route URLs
You can’t perform that action at this time.
0 commit comments