Skip to content

Commit

Permalink
chore: revert phpcs change
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Sep 12, 2024
1 parent 89b6c60 commit 2ad4a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<file>./includes/</file>
<exclude-pattern>/vendor/</exclude-pattern>
<exclude-pattern>/node_modules/</exclude-pattern>
<!-- <exclude-pattern>**/tests/**</exclude-pattern> -->
<exclude-pattern>**/tests/**</exclude-pattern>

<!-- How to scan: include CLI args so you don't need to pass them manually -->
<!-- Usage instructions: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage -->
Expand Down

0 comments on commit 2ad4a88

Please sign in to comment.