@@ -31,6 +31,9 @@ |
||
31 | 31 | private $serializer; |
32 | 32 | private $authentication; |
33 | 33 | |
34 | + /** |
|
35 | + * @param null|Authentication $authentication |
|
36 | + */ |
|
34 | 37 | public function __construct(HttpClient $client, Serializer $serializer, ?Authentication $authentication) |
35 | 38 | { |
36 | 39 | $this->client = $client; |