| Total Complexity | 2 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ScoInfo extends Command |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var int |
||
| 20 | */ |
||
| 21 | protected $scoId; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var SCO|mixed |
||
| 25 | */ |
||
| 26 | protected $sco; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param int $scoId |
||
| 30 | */ |
||
| 31 | public function __construct($scoId) |
||
| 35 | |||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | * |
||
| 41 | * @return SCO |
||
| 42 | */ |
||
| 43 | protected function process() |
||
| 59 |
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.