1 | <?php |
||
17 | class HttpCalls |
||
18 | { |
||
19 | /** |
||
20 | * @var GetMethods |
||
21 | */ |
||
22 | protected $get_methods; |
||
23 | |||
24 | /** |
||
25 | * HttpCalls constructor. |
||
26 | * @param GetMethods $get_methods |
||
27 | */ |
||
28 | public function __construct(GetMethods $get_methods) |
||
32 | |||
33 | /** |
||
34 | * @param $symbol |
||
35 | * @return mixed|\Psr\Http\Message\ResponseInterface |
||
36 | */ |
||
37 | public function getTableFollow($symbol) |
||
45 | |||
46 | public function getExchangeHistory($symbol) |
||
54 | |||
55 | public function getCompanies($symbol) |
||
65 | |||
66 | /** |
||
67 | * @param $data |
||
68 | * @param $symbol |
||
69 | * @return $node |
||
|
|||
70 | * @return null |
||
71 | */ |
||
72 | private function discardRepeated($data, $symbol) |
||
85 | |||
86 | |||
87 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.