We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f044c5 commit 4000e7aCopy full SHA for 4000e7a
2 files changed
src/SortedCollection/SubMap.php
@@ -37,7 +37,6 @@
37
* @property mixed $toKey The to key
38
* @property boolean $toInclusive The to inclusive flag
39
* @property-read SortedMap $map The underlying map
40
- * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
41
*/
42
class SubMap extends AbstractMap
43
{
src/SortedCollection/TreeNode.php
@@ -27,7 +27,6 @@
27
* @property-read TreeNode|null $successor The successor node
28
* @property-read mixed $key The key
29
* @property-read integer $count The number of elements in the tree
30
31
32
class TreeNode implements \Countable
33
0 commit comments