Completed
Pull Request — master (#5)
by
unknown
01:11
created
src/Api/AirtableApiClient.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
         return isset($object->records) ? collect($object->records) : $object;
136 136
     }
137 137
 
138
+    /**
139
+     * @param \Psr\Http\Message\ResponseInterface $response
140
+     */
138 141
     public function decodeResponse($response)
139 142
     {
140 143
         $body = (string) $response->getBody();
Please login to merge, or discard this patch.