@@ -18,6 +18,9 @@ |
||
18 | 18 | |
19 | 19 | trait AuthServiceTrait |
20 | 20 | { |
21 | + /** |
|
22 | + * @return null|ClientInterface |
|
23 | + */ |
|
21 | 24 | protected function getClientMock() |
22 | 25 | { |
23 | 26 | $client = $this->prophesize(ClientInterface::class); |