Skip to content

Commit 3c38467

Browse files
authored
CS: typo fix
1 parent a5e7c8b commit 3c38467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ private function addAssetMapperSection(ArrayNodeDefinition $rootNode, callable $
899899
->prototype('scalar')->end()
900900
->example(['*/assets/build/*', '*/*_.scss'])
901901
->end()
902-
// boolean called defaulting to true
902+
// boolean called defaulting to true
903903
->booleanNode('exclude_dotfiles')
904904
->info('If true, any files starting with "." will be excluded from the asset mapper')
905905
->defaultTrue()

0 commit comments

Comments
 (0)