Completed
Pull Request — master (#26)
by Julien
03:30
created
tests/unit/Auth/HttpsAuthMiddlewareTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use GuzzleHttp\Promise\PromiseInterface;
21 21
 use GuzzleHttp\Psr7\Request;
22 22
 use GuzzleHttp\Psr7\Response;
23
-use Mockery as m;
24 23
 use Psr\Http\Message\RequestInterface;
25 24
 
26 25
 class HttpsAuthMiddlewareTest extends TestCase
Please login to merge, or discard this patch.
tests/unit/GigyaTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param string $uri
71 71
      * @param array  $getOptions
72 72
      *
73
-     * @return mixed MockInterface and ResponseInterface
73
+     * @return m\MockInterface MockInterface and ResponseInterface
74 74
      */
75 75
     private function setupCall($fixtureName, $uri, array $getOptions)
76 76
     {
Please login to merge, or discard this patch.