| Total Complexity | 4 | 
| Total Lines | 42 | 
| Duplicated Lines | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 9 | class AppKernel extends Kernel | ||
| 10 | { | ||
| 11 | /** | ||
| 12 | 	 * {@inheritdoc} | ||
| 13 | */ | ||
| 14 | public function registerBundles() : \Traversable|array | ||
| 23 | ); | ||
| 24 | } | ||
| 25 | |||
| 26 | |||
| 27 | /** | ||
| 28 | 	 * {@inheritdoc} | ||
| 29 | */ | ||
| 30 | public function registerContainerConfiguration( LoaderInterface $loader ) | ||
| 33 | } | ||
| 34 | |||
| 35 | |||
| 36 | /** | ||
| 37 | 	 * {@inheritdoc} | ||
| 38 | */ | ||
| 39 | public function getCacheDir() : string | ||
| 40 | 	{ | ||
| 41 | return __DIR__ . '/var/cache'; | ||
| 42 | } | ||
| 43 | |||
| 44 | |||
| 45 | /** | ||
| 46 | 	 * {@inheritdoc} | ||
| 47 | */ | ||
| 48 | public function getLogDir() : string | ||
| 51 | } | ||
| 52 | } | ||
| 53 |