Skip to content

Commit

Permalink
Make new sniffers work in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 11, 2024
1 parent 6a975ce commit 71e3188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs-simplesamlphp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Do not allow unnecessary spaces inside arbitrary parentheses -->
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing" />

<config name="installed_paths" value="../../slevomat/coding-standard"/>
<config name="installed_paths" value="vendor/slevomat/coding-standard"/>

<!-- Do not allow any unused use-statements to exist -->
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses" />
Expand Down

0 comments on commit 71e3188

Please sign in to comment.