Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / src / Readline / HoaConsole.php
similarity index 96%
rename from vendor/psy/psysh/src/Psy/Readline/HoaConsole.php
rename to vendor/psy/psysh/src/Readline/HoaConsole.php
index 1ef7ac9994a848f3729d1fd0f4015f7f58f23fbd..9330d259eebb90b0678296428caa8f1b37d9a139 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file is part of Psy Shell.
  *
- * (c) 2012-2017 Justin Hileman
+ * (c) 2012-2018 Justin Hileman
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
@@ -61,7 +61,7 @@ class HoaConsole implements Readline
     public function listHistory()
     {
         $i = 0;
-        $list = array();
+        $list = [];
         while (($item = $this->hoaReadline->getHistory($i++)) !== null) {
             $list[] = $item;
         }