Replace a ZEND phpcs rule with a PSR2 rule
This commit is contained in:
parent
b5f3be4599
commit
22301d63d8
@ -424,11 +424,7 @@
|
|||||||
<rule ref="PSR2.Files.EndFileNewline.NoneFound" />
|
<rule ref="PSR2.Files.EndFileNewline.NoneFound" />
|
||||||
<rule ref="PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket" />
|
<rule ref="PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket" />
|
||||||
<rule ref="PSR2.Classes.PropertyDeclaration.VarUsed" />
|
<rule ref="PSR2.Classes.PropertyDeclaration.VarUsed" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Rules from Zend Standard-->
|
|
||||||
|
|
||||||
<!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
|
<!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
|
||||||
<rule ref="Zend.Files.ClosingTag"/>
|
<rule ref="PSR2.Files.ClosingTag"/>
|
||||||
|
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user