Completed
Pull Request — master (#13)
by Maxime
02:26 queued 01:12
created
test/Nekland/Tests/Http/Auth/AuthServiceTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.