Completed
Pull Request — master (#20)
by Harry
11:39 queued 03:51
created
tests/unit/GigyaTest.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Graze\Gigya\Test\Unit;
15 15
 
16 16
 use Exception;
17
-use Graze\Gigya\Auth\GigyaAuthInterface;
18 17
 use Graze\Gigya\Auth\HttpsAuth;
19 18
 use Graze\Gigya\Auth\OAuth2\Subscriber;
20 19
 use Graze\Gigya\Gigya;
Please login to merge, or discard this patch.
tests/unit/Auth/HttpsAuthTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Graze\Gigya\Test\Unit;
15 15
 
16 16
 use Exception;
17
-use Graze\Gigya\Auth\GigyaAuthInterface;
18 17
 use Graze\Gigya\Auth\HttpsAuth;
19 18
 use Graze\Gigya\Auth\OAuth2\Subscriber;
20 19
 use Graze\Gigya\Gigya;
Please login to merge, or discard this patch.