Qual: Add phpcheckstyle
This commit is contained in:
parent
162950e6fa
commit
1a971f3033
@ -53,12 +53,14 @@
|
|||||||
<test name="noShellComments"/>
|
<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. -->
|
<!-- 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">
|
<test name="docBlocks">
|
||||||
<property name="excludePrivateMembers" value="true"/>
|
<property name="excludePrivateMembers" value="true"/>
|
||||||
<property name="testReturn" value="true"/>
|
<property name="testReturn" value="true"/>
|
||||||
<property name="testParam" value="true"/>
|
<property name="testParam" value="true"/>
|
||||||
<property name="testThrow" value="true"/>
|
<property name="testThrow" value="true"/>
|
||||||
</test>
|
</test>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- **************** -->
|
<!-- **************** -->
|
||||||
<!-- Indentation -->
|
<!-- Indentation -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user