Completed
Push — master ( 097abf...17cf22 )
by Dan Michael O.
02:54
created
src/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
      */
53 53
     public $timeout;
54 54
 
55
+    /**
56
+     * @param string $key
57
+     */
55 58
     protected function arrayGet($arr, $key, $default = null)
56 59
     {
57 60
         return (isset($arr[$key])) ? $arr[$key] : $default;
Please login to merge, or discard this patch.