Completed
Pull Request — master (#86)
by
unknown
01:32
created
src/AfriCC/EPP/AbstractClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
      *
149 149
      * @param array $config
150 150
      * @param string $key
151
-     * @param mixed $default
151
+     * @param boolean $default
152 152
      * @return mixed
153 153
      * @see AbstractClient::getConfigDefault
154 154
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
             $return = (string) $config[$key];
198 198
 
199 199
             if (!is_readable($return)) {
200
-                throw new \Exception(sprintf('unable to read %s: %s',$key, $return));
200
+                throw new \Exception(sprintf('unable to read %s: %s', $key, $return));
201 201
             }
202 202
             return $return;
203 203
         }
Please login to merge, or discard this patch.