| 1 | <?php namespace BestServedCold\PhalueObjects\File; |
||
| 12 | class Url extends File |
||
| 13 | {
|
||
| 14 | /** |
||
| 15 | * @param CurlUrl $url |
||
| 16 | * @return static |
||
| 17 | */ |
||
| 18 | public static function fromCurlUrl(CurlUrl $url) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $url |
||
| 25 | * @return static |
||
| 26 | */ |
||
| 27 | public static function fromUrl($url) |
||
| 35 | } |
||
| 36 |
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.