| Total Complexity | 6 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Coverage | 61.53% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class Container |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return false|ContainerInterface|NipContainer |
||
| 17 | * @noinspection PhpDocMissingThrowsInspection |
||
| 18 | */ |
||
| 19 | 1 | public static function container() |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return ContainerInterface |
||
| 31 | * @throws Exception |
||
| 32 | */ |
||
| 33 | 1 | public static function detect() |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param null $make |
||
|
|
|||
| 43 | * @param array $parameters |
||
| 44 | * @return false|ContainerInterface |
||
| 45 | */ |
||
| 46 | public static function get($make = null, $parameters = []) |
||
| 55 |