Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8de471

Browse files
author
Jules Pietri
committed
fabbot
1 parent 0a3d778 commit a8de471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Routing/Loader/XmlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function parseRoute(RouteCollection $collection, \DOMElement $node, $p
5050
->setDefault('keepQueryParams', self::getBooleanAttribute($node, 'keep-query-params'))
5151
;
5252

53-
if (is_string($ignoreAttributes = XmlUtils::phpize($node->getAttribute('ignore-attributes')))) {
53+
if (\is_string($ignoreAttributes = XmlUtils::phpize($node->getAttribute('ignore-attributes')))) {
5454
$ignoreAttributes = array_map('trim', explode(',', $ignoreAttributes));
5555
}
5656

0 commit comments

Comments
 (0)