1 | <?php |
||
18 | class AwsAdapterUrlEncoder implements UrlEncoderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param $adapter |
||
22 | * @param array|null $config |
||
23 | * |
||
24 | * @return mixed|string |
||
25 | */ |
||
26 | public function getUrl($adapter, array $config = null) |
||
32 | |||
33 | /** |
||
34 | * @param $data |
||
35 | * @param array|null $config |
||
36 | * |
||
37 | * @return string |
||
38 | */ |
||
39 | public function getData($adapter, array $config = null) |
||
45 | |||
46 | private function getDataArray($adapter) |
||
56 | } |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.