Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | final class FunctionBecameInternal implements FunctionBased |
||
18 | { |
||
19 | /** @var ReflectionFunctionAbstractName */ |
||
20 | private $formatFunction; |
||
21 | |||
22 | public function __construct() |
||
25 | } |
||
26 | |||
27 | public function __invoke(ReflectionFunctionAbstract $fromFunction, ReflectionFunctionAbstract $toFunction) : Changes |
||
42 | } |
||
43 | |||
44 | private function isInternalDocComment(string $comment) : bool |
||
49 |