| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class RequiredParameterAmountIncreased implements FunctionBased |
||
| 18 | { |
||
| 19 | /** @var ReflectionFunctionAbstractName */ |
||
| 20 | private $formatFunction; |
||
| 21 | |||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | $this->formatFunction = new ReflectionFunctionAbstractName(); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function compare(ReflectionFunctionAbstract $fromFunction, ReflectionFunctionAbstract $toFunction) : Changes |
||
| 45 | ), |
||
| 46 | ]); |
||
| 49 |