| 1 | <?php |
||
| 14 | class FormUpdateDownload extends Model |
||
| 15 | { |
||
| 16 | private $url; |
||
| 17 | private $name; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * FormUpdateDownload constructor. Pass download url & tag name inside |
||
| 21 | * @param bool $url |
||
| 22 | * @param $name |
||
| 23 | */ |
||
| 24 | public function __construct($url, $name) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Download archive and extract to root directory |
||
| 33 | * @return bool |
||
| 34 | */ |
||
| 35 | public function make() |
||
| 52 | } |
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.