Completed
Pull Request — master (#18)
by Harry
04:11
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.
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
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      * @param string      $secret
119 119
      * @param string|null $userKey
120 120
      *
121
-     * @return ResponseInterface
121
+     * @return MockInterface
122 122
      */
123 123
     private function setupCall($fixtureName, $uri, array $getOptions, $key, $secret, $userKey = null)
124 124
     {
Please login to merge, or discard this patch.