Skip to content

Commit b068cf9

Browse files
committed
minor symfony#52736 CS: typo fix (keradus)
This PR was merged into the 6.4 branch. Discussion ---------- CS: typo fix | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix typo | License | MIT appendix to symfony#52712 Commits ------- 3c38467 CS: typo fix
2 parents d3aa478 + 3c38467 commit b068cf9

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)