Initial Commit
This commit is contained in:
12
dependencies/jasny/sso/phpcs.xml
vendored
Normal file
12
dependencies/jasny/sso/phpcs.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="Jasny">
|
||||
<description>The Jasny coding standard.</description>
|
||||
|
||||
<!-- Include the whole PSR-1 standard -->
|
||||
<rule ref="PSR1"/>
|
||||
<!-- Include the whole PSR-2 standard -->
|
||||
<rule ref="PSR2"/>
|
||||
|
||||
<!-- TODO: Add own rules -->
|
||||
</ruleset>
|
||||
|
Reference in New Issue
Block a user