Qual: Add phpcheckstyle

This commit is contained in:
Laurent Destailleur 2010-07-21 18:09:46 +00:00
parent 9621b5fe2f
commit b3c2a75d4c

View File

@ -17,7 +17,7 @@
<test name="functionNaming" regexp="/^[a-z_]/" level="WARNING"/>
<!-- Check Private Function Naming -->
<test name="privateFunctionNaming" regexp="/^_[a-z]/" level="ERROR"/>
<test name="privateFunctionNaming" regexp="/^[a-z_]/" level="ERROR"/>
<!-- Checks the constuctor naming -->
<!-- old = old style (constructor = name of the class) -->