We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b1da8 commit cc5a19bCopy full SHA for cc5a19b
.gitattributes
@@ -20,3 +20,4 @@ phpunit.xml.dist export-ignore
20
phpstan.neon export-ignore
21
.phive export-ignore
22
/tests export-ignore
23
+/docs export-ignore
CakePHP/ruleset.xml
@@ -16,6 +16,7 @@
16
<exclude name="PSR12.Files.FileHeader.SpacingAfterDocblockBlock"/>
17
<exclude name="PSR12.Files.FileHeader.IncorrectOrder"/>
18
<exclude name="PSR12.Files.FileHeader.SpacingAfterUseBlock"/>
19
+ <exclude name="PSR12.Files.FileHeader.SpacingAfterUseFunctionBlock"/>
<!--
Property and method names with underscore prefix are allowed in CakePHP.
Not using underscore prefix is a recommendation of PSR2, not a requirement.
0 commit comments