| Total Complexity | 9 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class NestedTypeParanoia |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param mixed $needle |
||
| 15 | */ |
||
| 16 | 60 | public static function MaybeFoundInArray($needle, array $haystack) : ? int |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param mixed $maybe |
||
| 25 | */ |
||
| 26 | 92 | public static function ForceInt($maybe) : int |
|
| 29 | } |
||
| 30 | |||
| 31 | 90 | public static function NotYetAppendedToTree(DaftNestedObject $object) : bool |
|
| 38 | } |
||
| 39 | |||
| 40 | 24 | public static function ObtainFirstOrLast( |
|
| 52 |