Checkstyle
This commit is contained in:
parent
b63820c013
commit
ea54523181
@ -89,7 +89,7 @@
|
|||||||
<rule ref="Generic.Metrics.CyclomaticComplexity">
|
<rule ref="Generic.Metrics.CyclomaticComplexity">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="complexity" value="80" />
|
<property name="complexity" value="80" />
|
||||||
<property name="absoluteComplexity" value="100" />
|
<property name="absoluteComplexity" value="200" />
|
||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="Generic.Metrics.NestingLevel">
|
<rule ref="Generic.Metrics.NestingLevel">
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
*
|
*
|
||||||
* @param int $id Element id
|
* @param int $id Element id
|
||||||
* @param string $table Table of Element
|
* @param string $table Table of Element
|
||||||
|
* @return boolean True if child exists
|
||||||
*/
|
*/
|
||||||
function checkElementExist($id, $table)
|
function checkElementExist($id, $table)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user