Completed
Pull Request — master (#86)
by
unknown
01:32
created
src/AfriCC/EPP/AbstractClient.php 1 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.