exclude nesting check for math algorithm

This commit is contained in:
Dennis Eichhorn 2019-10-28 21:05:25 +01:00
parent 313067bffd
commit 9af4fce8cc

View File

@ -85,6 +85,7 @@
<property name="nestingLevel" value="5"/>
<property name="absoluteNestingLevel" value="11"/>
</properties>
<exclude-pattern>*EigenvalueDecomposition.php</exclude-pattern><!-- Algorithm uses deep nesting -->
</rule>
<rule ref="Generic.PHP.RequireStrictTypes"/>
<rule ref="Generic.NamingConventions.ConstructorName"/>