| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | 1 | protected function addSecurityFacade(DependencyContainerInterface $container |
|
| 32 | ): \Xervice\Core\Business\Model\Dependency\DependencyContainerInterface { |
||
| 33 | $container[self::SECURITY_FACADE] = function (DependencyContainerInterface $container) { |
||
| 34 | 1 | return $container->getLocator()->security()->facade(); |
|
|
|
|||
| 35 | }; |
||
| 36 | 1 | return $container; |
|
| 37 | } |
||
| 38 | } |