|
@@ -143,8 +143,6 @@
|
|
|
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
|
|
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
|
|
|
<rule ref="Generic.Formatting.DisallowMultipleStatements"/>
|
|
<rule ref="Generic.Formatting.DisallowMultipleStatements"/>
|
|
|
<!--<rule ref="Generic.Formatting.MultipleStatementAlignment"/>-->
|
|
<!--<rule ref="Generic.Formatting.MultipleStatementAlignment"/>-->
|
|
|
- <rule ref="Generic.Formatting.NoSpaceAfterCast"/>
|
|
|
|
|
- <rule ref="Generic.Functions.CallTimePassByReference"/>
|
|
|
|
|
<rule ref="Generic.NamingConventions.InterfaceNameSuffix"/>
|
|
<rule ref="Generic.NamingConventions.InterfaceNameSuffix"/>
|
|
|
<rule ref="Generic.NamingConventions.TraitNameSuffix"/>
|
|
<rule ref="Generic.NamingConventions.TraitNameSuffix"/>
|
|
|
<rule ref="Generic.PHP.BacktickOperator"/>
|
|
<rule ref="Generic.PHP.BacktickOperator"/>
|
|
@@ -179,7 +177,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
|
|
<rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
|
|
|
- <rule ref="Squiz.Classes.DuplicateProperty"/>
|
|
|
|
|
<rule ref="Squiz.Classes.LowercaseClassKeywords"/>
|
|
<rule ref="Squiz.Classes.LowercaseClassKeywords"/>
|
|
|
<rule ref="Squiz.Classes.SelfMemberReference"/>
|
|
<rule ref="Squiz.Classes.SelfMemberReference"/>
|
|
|
<rule ref="Squiz.Commenting.DocCommentAlignment"/>
|
|
<rule ref="Squiz.Commenting.DocCommentAlignment"/>
|
|
@@ -237,6 +234,12 @@
|
|
|
<exclude-pattern>examples</exclude-pattern>
|
|
<exclude-pattern>examples</exclude-pattern>
|
|
|
</rule>
|
|
</rule>
|
|
|
|
|
|
|
|
|
|
+ <rule ref="Generic.Formatting.SpaceAfterCast">
|
|
|
|
|
+ <properties>
|
|
|
|
|
+ <property name="spacing" value="0"/>
|
|
|
|
|
+ </properties>
|
|
|
|
|
+ </rule>
|
|
|
|
|
+
|
|
|
<rule ref="Generic.Formatting.SpaceAfterNot">
|
|
<rule ref="Generic.Formatting.SpaceAfterNot">
|
|
|
<properties>
|
|
<properties>
|
|
|
<property name="spacing" value="0" />
|
|
<property name="spacing" value="0" />
|