Completed
Push — master ( 549308...c18143 )
by
unknown
14:53
created
src/Client/AbstractClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,9 +129,9 @@
 block discarded – undo
129 129
      *
130 130
      * @param array  $options
131 131
      * @param string $param
132
-     * @param mixed  $default
132
+     * @param string  $default
133 133
      *
134
-     * @return mixed|null
134
+     * @return string
135 135
      */
136 136
     protected function getParamValue($options, $param, $default = null)
137 137
     {
Please login to merge, or discard this patch.