Completed
Pull Request — master (#12)
by Tomáš
04:02
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
      *
246 246
      * @return void
247 247
      */
248
-    public function __construct(array $cliArgs=array())
248
+    public function __construct(array $cliArgs = array())
249 249
     {
250 250
         $checkStdin = false;
251 251
         if (empty($cliArgs) === true) {
Please login to merge, or discard this patch.