| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 92.31% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Caller |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Static class. Private Constructor. |
||
| 11 | */ |
||
| 12 | // @codeCoverageIgnoreStart |
||
| 13 | private function __construct() |
||
| 15 | } |
||
| 16 | // @codeCoverageIgnoreEnd |
||
| 17 | |||
| 18 | 1 | public static function method(int $depth = 3): string |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | public static function get(int $depth = 2): array |
|
| 42 |