Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Readline / GNUReadline.php
index 99fba2355d45c3acb9bccc098ba701d1314cf9e0..859b4228d3b1d9c9d1ae0ff4ec065e7488e74578 100644 (file)
@@ -50,7 +50,7 @@ class GNUReadline implements Readline
     {
         $this->historyFile = ($historyFile !== null) ? $historyFile : false;
         $this->historySize = $historySize;
-        $this->eraseDups = $eraseDups;
+        $this->eraseDups   = $eraseDups;
     }
 
     /**