We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954b20 commit 3c9feeeCopy full SHA for 3c9feee
.php-cs-fixer.dist.php
@@ -18,6 +18,7 @@
18
// exclude files generated by Symfony Flex recipes
19
->notPath('bin/console')
20
->notPath('public/index.php')
21
+ ->notPath('importmap.php')
22
;
23
24
return (new PhpCsFixer\Config())
0 commit comments