Skip to content

Commit

Permalink
Add custom codesniffer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 15, 2023
1 parent 54fad84 commit e96e2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
<rule ref="PSR12"/>
<rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>

<rule ref="PSR1.Files.SideEffects">
<exclude-pattern>src/_autoload.php</exclude-pattern>
Expand Down

0 comments on commit e96e2c0

Please sign in to comment.