diff options
-rw-r--r-- | phpcs.xml | 29 |
1 files changed, 2 insertions, 27 deletions
@@ -18,39 +18,14 @@ <rule ref="Generic.NamingConventions.UpperCaseConstantName"/> <rule ref="Generic.PHP.LowerCaseConstant"/> <rule ref="Generic.Strings.UnnecessaryStringConcat"/> - <rule ref="Generic.WhiteSpace.DisallowTabIndent"/> - <rule ref="Generic.WhiteSpace.ScopeIndent"> - <properties> - <property name="indent" value="2"/> - </properties> - </rule> - <rule ref="PEAR.Functions.FunctionCallSignature"> - <properties> - <property name="indent" value="2"/> - </properties> - </rule> + <rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/> <rule ref="PEAR.Functions.ValidDefaultValue"/> <rule ref="PEAR.NamingConventions.ValidClassName"/> - <rule ref="PEAR.WhiteSpace.ObjectOperatorIndent"> - <properties> - <property name="indent" value="2"/> - </properties> - </rule> - <rule ref="PEAR.WhiteSpace.ScopeClosingBrace"> - <properties> - <property name="indent" value="2"/> - </properties> - </rule> <rule ref="PSR2.ControlStructures.ElseIfDeclaration"/> - <rule ref="PSR2.ControlStructures.SwitchDeclaration"> - <properties> - <property name="indent" value="2"/> - </properties> - </rule> <rule ref="PSR2.Files.EndFileNewline"/> <rule ref="Squiz.WhiteSpace.CastSpacing"/> <rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing"/> <rule ref="Squiz.WhiteSpace.OperatorSpacing"/> <rule ref="Squiz.WhiteSpace.SemicolonSpacing"/> <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/> -</ruleset>
\ No newline at end of file +</ruleset> |