Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 0 |
1 | <?php |
||
9 | class ServiceMethodProxy extends ServiceProxy |
||
10 | { |
||
11 | public function __construct( |
||
18 | } |
||
19 | 2 | ||
20 | 2 | protected function afterCall(string $methodName, array $arguments, mixed $result, float $timeStart): mixed |
|
32 | } |
||
33 | |||
34 | 1 | protected function getNewStaticInstance(object $instance): ObjectProxy |
|
42 |