Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | public function __invoke(ReflectionFunctionAbstract $fromFunction, ReflectionFunctionAbstract $toFunction) : Changes |
||
25 | { |
||
26 | if ($this->isInternalDocComment($fromFunction->getDocComment())) { |
||
27 | return Changes::empty(); |
||
28 | } |
||
29 | |||
30 | return $this->check->__invoke($fromFunction, $toFunction); |
||
31 | } |
||
38 |