| Total Complexity | 3 |
| Total Lines | 27 |
| 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() |
||
| 25 | } |
||
| 26 | |||
| 27 | public function __invoke(ReflectionFunctionAbstract $fromFunction, ReflectionFunctionAbstract $toFunction) : Changes |
||
| 47 |