| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function createInstance(Container $container, $serviceName, array $serviceConfig) |
||
| 24 | { |
||
| 25 | $this->before($container, $serviceName, $serviceConfig); |
||
| 26 | $result = $this->aroundNext($container, $serviceName, $serviceConfig); |
||
| 27 | return $this->after($container, $serviceName, $serviceConfig, $result); |
||
| 28 | } |
||
| 29 | |||
| 49 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.