Skip to content

Commit 4000e7a

Browse files
committed
⏪️ Report class complexity to later
1 parent 1f044c5 commit 4000e7a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/SortedCollection/SubMap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* @property mixed $toKey The to key
3838
* @property boolean $toInclusive The to inclusive flag
3939
* @property-read SortedMap $map The underlying map
40-
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
4140
*/
4241
class SubMap extends AbstractMap
4342
{

src/SortedCollection/TreeNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* @property-read TreeNode|null $successor The successor node
2828
* @property-read mixed $key The key
2929
* @property-read integer $count The number of elements in the tree
30-
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
3130
*/
3231
class TreeNode implements \Countable
3332
{

0 commit comments

Comments
 (0)