Skip to content

Commit bf49b61

Browse files
committed
Fix cs
1 parent d3156ba commit bf49b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<exclude-pattern>./src/Kernel/Types</exclude-pattern>
1212
<exclude-pattern>./src/Kernel/Mnemonics</exclude-pattern>
1313
<exclude-pattern>./src/Kernel/Structures</exclude-pattern>
14-
<exclude-pattern>./src/Imitation/PHPJava/Extended/_Object.php</exclude-pattern>
14+
<exclude-pattern>./src/Packages/PHPJava/Extended/_Object.php</exclude-pattern>
1515
</rule>
1616

1717
<rule ref="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase">
@@ -20,7 +20,7 @@
2020

2121

2222
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
23-
<exclude-pattern>./src/Imitation/PHPJava/Extended/_Object.php</exclude-pattern>
23+
<exclude-pattern>./src/Packages/PHPJava/Extended/_Object.php</exclude-pattern>
2424
</rule>
2525

2626
<arg name="colors"/>

0 commit comments

Comments
 (0)