Total Complexity | 4 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class ScoUpdate extends Command |
||
17 | { |
||
18 | /** |
||
19 | * @var array |
||
20 | */ |
||
21 | protected $parameters; |
||
22 | |||
23 | /** |
||
24 | * @param ArrayableInterface $sco |
||
25 | * |
||
26 | * @throws InvalidException |
||
27 | */ |
||
28 | public function __construct(ArrayableInterface $sco) |
||
38 | } |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | * |
||
44 | * @return bool |
||
45 | */ |
||
46 | protected function process() |
||
63 |
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.