1 | <?php |
||
5 | class Package extends BaseContainer |
||
6 | { |
||
7 | public $id; |
||
8 | public $name; |
||
9 | public $page_image; |
||
10 | public $header; |
||
11 | public $small_logo; |
||
12 | public $apps; |
||
13 | public $page_content; |
||
14 | public $price; |
||
15 | public $platforms; |
||
16 | public $release; |
||
17 | |||
18 | public function __construct($package, $id) |
||
32 | } |
||
33 |
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.