Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __invoke(ReflectionFunctionAbstract $fromFunction, ReflectionFunctionAbstract $toFunction) : Changes |
||
23 | { |
||
24 | try { |
||
25 | return $this->next->__invoke($fromFunction, $toFunction); |
||
26 | } catch (Throwable $failure) { |
||
27 | return Changes::fromList(Change::skippedDueToFailure($failure)); |
||
28 | } |
||
31 |