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 | /** |
||
47 | * @param $symbol |
||
48 | * @return mixed|\Psr\Http\Message\ResponseInterface |
||
49 | */ |
||
50 | public function getExchangeHistory($symbol) |
||
58 | |||
59 | /** |
||
60 | * @param $symbol |
||
61 | * @return mixed|null|\Psr\Http\Message\ResponseInterface |
||
62 | */ |
||
63 | public function getCompanies($symbol) |
||
73 | |||
74 | /** |
||
75 | * @param $data |
||
76 | * @param $symbol |
||
77 | * @return $node |
||
|
|||
78 | * @return null |
||
79 | */ |
||
80 | private function discardRepeated($data, $symbol) |
||
93 | |||
94 | |||
95 | } |
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.