Skip to content

Commit 8774536

Browse files
PHPCS standards implementing
1 parent 91c5be5 commit 8774536

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

phpcs.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
<exclude name="Generic.PHP.Syntax"/>
7070
</rule>
7171

72-
<!-- Enforce that methods in traits are always final. -->
73-
<rule ref="Universal.FunctionDeclarations.RequireFinalMethodsInTraits"/>
74-
7572
<!--
7673
#############################################################################
7774
SNIFF SPECIFIC CONFIGURATION
@@ -95,7 +92,6 @@
9592
<!-- Disable enforcement of full stops at the end of parameter comments -->
9693
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop"/>
9794
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows"/>
98-
<exclude name="Universal.Operators.DisallowShortTernary.Found"/>
9995
<exclude name="WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_encode"/>
10096
<exclude name="WordPress.PHP.YodaConditions.NotYoda"/>
10197
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis"/>

0 commit comments

Comments
 (0)