| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 53 | 3 | public function init(ModuleManager $moduleManager) |
|
| 54 | { |
||
| 55 | 3 | $sharedManager = $moduleManager->getEventManager()->getSharedManager(); |
|
| 56 | 3 | $sharedManager->attach( |
|
| 57 | 1 | Application::class, |
|
| 58 | 3 | MvcEvent::EVENT_BOOTSTRAP, |
|
| 59 | 3 | [new PhpSettings, 'onBootstrap'], |
|
| 60 | PHP_INT_MAX |
||
| 61 | 3 | ); |
|
| 62 | 3 | } |
|
| 63 | } |
||
| 64 |