Skip to content

Commit aefeca7

Browse files
committed
Update CS
1 parent 149cf71 commit aefeca7

File tree

4 files changed

+328
-3
lines changed

4 files changed

+328
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/tests/tmp
22
/vendor
3-
composer.lock
3+
/composer.lock
44
.phpunit.result.cache

build-cs/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/composer.lock
21
/vendor

build-cs/composer.lock

Lines changed: 327 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
</rule>
108108
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
109109
<rule ref="Consistence.NamingConventions.ValidVariableName.NotCamelCaps"/>
110-
<exclude-pattern>tests/tmp</exclude-pattern>
111110
<exclude-pattern>tests/*/data</exclude-pattern>
112111
<exclude-pattern>tests/*/data-attributes</exclude-pattern>
113112
</ruleset>

0 commit comments

Comments
 (0)