Qual: Add phpcheckstyle

This commit is contained in:
Laurent Destailleur 2010-07-21 18:01:08 +00:00
parent 56fc632184
commit 9621b5fe2f

View File

@ -11,7 +11,7 @@
-->
<!-- Check Variable Naming -->
<test name="variableNaming" regexp="/^[a-z_][a-zA-Z0-9_]*$/" />
<test name="variableNaming" regexp="/^[a-zA-Z_][a-zA-Z0-9_]*$/" />
<!-- Check Function Naming -->
<test name="functionNaming" regexp="/^[a-z_]/" level="WARNING"/>