Completed
Pull Request — master (#18)
by Harry
03:17
created
src/Endpoint/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      *
105 105
      * Overload this to handle different method namespaces
106 106
      *
107
-     * @return mixed
107
+     * @return string
108 108
      */
109 109
     public function getMethodNamespace()
110 110
     {
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
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      * @param string      $secret
107 107
      * @param string|null $userKey
108 108
      *
109
-     * @return ResponseInterface
109
+     * @return m\MockInterface
110 110
      */
111 111
     private function setupCall($fixtureName, $uri, array $getOptions, $key, $secret, $userKey = null)
112 112
     {
Please login to merge, or discard this patch.