Skip to content

Commit 084cf5d

Browse files
committed
Use PSR-12 instead of PSR-2
1 parent 7f9933f commit 084cf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ruleset name="FLYERALARM Coding Guidelines">
33
<description>A custom coding standard for FLYERALARM</description>
4-
<rule ref="PSR2"/>
4+
<rule ref="PSR12"/>
55
<rule ref="Generic.Formatting.SpaceAfterCast"/>
66
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/>
77
<rule ref="Generic.PHP.DisallowShortOpenTag"/>

0 commit comments

Comments
 (0)