| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class MethodFunctionDefinitionChanged implements MethodBased |
||
| 15 | { |
||
| 16 | /** @var FunctionBased */ |
||
| 17 | private $functionCheck; |
||
| 18 | |||
| 19 | public function __construct(FunctionBased $functionCheck) |
||
| 22 | } |
||
| 23 | |||
| 24 | public function compare(ReflectionMethod $fromMethod, ReflectionMethod $toMethod) : Changes |
||
| 29 |