| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1.037 |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | 1 | protected function addShellFacade(DependencyContainerInterface $container): DependencyContainerInterface |
|
| 33 | { |
||
| 34 | $container[self::SHELL_FACADE] = function(DependencyContainerInterface $container) { |
||
| 35 | return $container->getLocator()->shell()->facade(); |
||
|
|
|||
| 36 | }; |
||
| 37 | |||
| 38 | 1 | return $container; |
|
| 39 | } |
||
| 40 | } |