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 7ab5ac6 commit dc320bdCopy full SHA for dc320bd
.php_cs
@@ -1,7 +1,8 @@
1
<?php
2
3
$finder = PhpCsFixer\Finder::create()
4
- ->in(__DIR__ . '/src');
+ ->in(__DIR__ . '/src')
5
+ ->notPath('Compiler/Template.php');
6
7
return PhpCsFixer\Config::create()
8
->setRules([
0 commit comments