Skip to content

Commit 60ecfb6

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: CS: typo fix [Security] make secret required for DefaultLoginRateLimiter
2 parents 077ddd4 + 981e016 commit 60ecfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ private function addAssetMapperSection(ArrayNodeDefinition $rootNode, callable $
860860
->prototype('scalar')->end()
861861
->example(['*/assets/build/*', '*/*_.scss'])
862862
->end()
863-
// boolean called defaulting to true
863+
// boolean called defaulting to true
864864
->booleanNode('exclude_dotfiles')
865865
->info('If true, any files starting with "." will be excluded from the asset mapper')
866866
->defaultTrue()

0 commit comments

Comments
 (0)