Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function run(FilterInterface $filter, KernelEvent $event) |
||
40 | { |
||
41 | if (false === $this->container->has($filter->getService())) { |
||
42 | throw new UnexpectedValueException('Missing countainer id: '.$filter->getService()); |
||
43 | } |
||
44 | |||
45 | return call_user_func_array([$this->container->get($filter->getService()), $filter->getMethod()], [$event]); |
||
46 | } |
||
47 | } |
||
|
|||
48 |
This check marks files that end in a newline character, i.e. an empy line.