| Total Complexity | 3 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class AclFieldUpdate extends Command |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var array |
||
| 21 | */ |
||
| 22 | protected $parameters; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param int $aclId |
||
| 26 | * @param string $fieldId |
||
| 27 | * @param mixed $value |
||
| 28 | * @param ArrayableInterface|null $extraParams |
||
| 29 | */ |
||
| 30 | public function __construct($aclId, $fieldId, $value, ArrayableInterface $extraParams = null) |
||
| 41 | } |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | * |
||
| 47 | * @return bool |
||
| 48 | */ |
||
| 49 | protected function process() |
||
| 61 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.