Skip to content

Commit

Permalink
Update CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 8, 2022
1 parent 149cf71 commit aefeca7
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/tests/tmp
/vendor
composer.lock
/composer.lock
.phpunit.result.cache
1 change: 0 additions & 1 deletion build-cs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/composer.lock
/vendor
327 changes: 327 additions & 0 deletions build-cs/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
</rule>
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
<rule ref="Consistence.NamingConventions.ValidVariableName.NotCamelCaps"/>
<exclude-pattern>tests/tmp</exclude-pattern>
<exclude-pattern>tests/*/data</exclude-pattern>
<exclude-pattern>tests/*/data-attributes</exclude-pattern>
</ruleset>

0 comments on commit aefeca7

Please sign in to comment.