Completed
Pull Request — master (#22)
by Harry
02:42
created
tests/unit/GigyaTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      * @param string      $secret
108 108
      * @param string|null $userKey
109 109
      *
110
-     * @return mixed MockInterface and ResponseInterface
110
+     * @return m\MockInterface MockInterface and ResponseInterface
111 111
      */
112 112
     private function setupCall($fixtureName, $uri, array $getOptions, $key, $secret, $userKey = null)
113 113
     {
Please login to merge, or discard this patch.
tests/unit/Auth/HttpsAuthMiddlewareTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use GuzzleHttp\Middleware;
25 25
 use GuzzleHttp\Psr7\Response;
26 26
 use Illuminate\Support\Collection;
27
-use Mockery as m;
28 27
 use Psr\Http\Message\RequestInterface;
29 28
 
30 29
 class GigyaTest extends TestCase
Please login to merge, or discard this patch.