| Conditions | 2 |
| Paths | 2 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function __construct(PositionHandler $positionService, $container) |
||
| 20 | { |
||
| 21 | $this->positionService = $positionService; |
||
| 22 | $this->shortFunctions = $container->hasParameter('sludio_helper.script.short_functions') && $container->getParameter('sludio_helper.script.short_functions'); |
||
|
|
|||
| 23 | } |
||
| 51 |