Skip to content

Commit

Permalink
Fix phpcs config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 28, 2023
1 parent 510e5b3 commit 53cd8a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Expand Up @@ -3,9 +3,9 @@ $finder = PhpCsFixer\Finder::create()
->in([
__DIR__ . '/config-templates',
__DIR__ . '/hooks',
__DIR__ . '/public',
__DIR__ . '/src',
__DIR__ . '/tests',
__DIR__ . '/www',
])
;
return PhpCsFixer\Config::create()
Expand Down
1 change: 0 additions & 1 deletion phpcs.xml
Expand Up @@ -8,7 +8,6 @@

<file>config</file>
<file>hooks</file>
<file>public</file>
<file>src</file>
<file>templates</file>
<file>tests</file>
Expand Down

0 comments on commit 53cd8a4

Please sign in to comment.