Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Command / ParseCommand.php
index 72fab26f388986d64ddf3213751ec8f85c59b538..301bb614a1994c3af827603d2906160561fdcccd 100644 (file)
@@ -38,7 +38,7 @@ class ParseCommand extends Command implements PresenterAware
     public function __construct($name = null)
     {
         $this->parserFactory = new ParserFactory();
-        $this->parsers = array();
+        $this->parsers       = array();
 
         parent::__construct($name);
     }