]> git.agnieray.net Git - galette.git/blobdiff - phpcs-rules.xml
Fix preferences tabs display on small screens
[galette.git] / phpcs-rules.xml
index 2581608506047b1d91789d451e400abac6082537..dc40e7db8c0bd68e8dc58a1a0af7dca781330f74 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
-<ruleset name="Seritech">
-    <description>Coding standard based on PSR2 with comments from Zend for Galette</description>
+<ruleset name="Galette">
+    <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"/>