Completed
Branch master (0ad8b5)
by Dan Michael O.
03:15
created
src/Client.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@  discard block
 block discarded – undo
52 52
      */
53 53
     public $timeout;
54 54
 
55
+    /**
56
+     * @param string $key
57
+     */
55 58
     public function array_get($arr, $key, $default = null)
56 59
     {
57 60
         return (isset($arr[$key])) ? $arr[$key] : $default;
@@ -188,7 +191,7 @@  discard block
 block discarded – undo
188 191
      * Perform a GetRecord request
189 192
      *
190 193
      * @param string $identifier
191
-     * @return Record
194
+     * @return GetRecordResponse
192 195
      */
193 196
     public function record($identifier)
194 197
     {
Please login to merge, or discard this patch.