Qual: Add phpcheckstyle

This commit is contained in:
Laurent Destailleur 2010-07-21 21:05:46 +00:00
parent 162950e6fa
commit 1a971f3033

View File

@ -53,12 +53,14 @@
<test name="noShellComments"/>
<!-- Tests that every function and class is immediately preceded by a docblock. A property "excludePrivateMembers" can be set if you want to disable docblocks for private member functions. -->
<!--
<test name="docBlocks">
<property name="excludePrivateMembers" value="true"/>
<property name="testReturn" value="true"/>
<property name="testParam" value="true"/>
<property name="testThrow" value="true"/>
</test>
-->
<!-- **************** -->
<!-- Indentation -->