Qual: Add phpcheckstyle
This commit is contained in:
parent
56fc632184
commit
9621b5fe2f
@ -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"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user