File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public static function dataGetIgnorePatterns()
7878 'expected ' => [
7979 'PSR1.Classes.ClassDeclaration ' => [
8080 './src/*/file.php ' => 'absolute ' ,
81- './bin/ ' => 'absolute ' ,
81+ './bin/ ' => 'relative ' ,
8282 ],
8383 'Generic.Formatting.SpaceAfterCast ' => [
8484 './src/*/test \\.php$ ' => 'absolute ' ,
@@ -92,7 +92,7 @@ public static function dataGetIgnorePatterns()
9292 'listener ' => 'PSR1.Classes.ClassDeclaration ' ,
9393 'expected ' => [
9494 './src/*/file.php ' => 'absolute ' ,
95- './bin/ ' => 'absolute ' ,
95+ './bin/ ' => 'relative ' ,
9696 ],
9797 ],
9898 'Ignore patterns for Generic.Formatting.SpaceAfterCast ' => [
Original file line number Diff line number Diff line change 88 <rule ref =" PSR1" />
99
1010 <rule ref =" PSR1.Classes.ClassDeclaration" >
11- <exclude-pattern >./src/*/file.php</exclude-pattern >
12- <exclude-pattern >./bin/</exclude-pattern >
11+ <exclude-pattern type = " absolute " >./src/*/file.php</exclude-pattern >
12+ <exclude-pattern type = " relative " >./bin/</exclude-pattern >
1313 </rule >
1414
1515 <rule ref =" Generic.Formatting.SpaceAfterCast" >
You can’t perform that action at this time.
0 commit comments