]> git.agnieray.net Git - galette.git/blobdiff - phpcs-rules.xml
Fix redirection when dynamic file does not exists
[galette.git] / phpcs-rules.xml
index 37e8663e3a6fd94ba4678cfc308af3f02f1dd3c7..dc40e7db8c0bd68e8dc58a1a0af7dca781330f74 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <ruleset name="Galette">
-    <description>Coding standard based on PSR2 with comments from Zend for Galette</description>
+    <description>Coding standard based on PSR12 with comments from PEAR for Galette</description>
 
-     <!-- Include the whole PSR2 standard -->
-     <rule ref="PSR2"/>
+     <!-- Include the whole PSR12 standard -->
+     <rule ref="PSR12"/>
 
      <!-- Comments rules from PEAR standard -->
      <rule ref="PEAR.Commenting.ClassComment"/>