Completed
Pull Request — master (#18)
by Harry
15:40 queued 24s
created
src/Response/Response.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      *
84 84
      * @param string $name
85 85
      *
86
-     * @return mixed|null The value or null if the field does not exist
86
+     * @return string The value or null if the field does not exist
87 87
      */
88 88
     public function popField($name)
89 89
     {
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
@@ -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.