Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / src / CodeCleaner / FinalClassPass.php
similarity index 95%
rename from vendor/psy/psysh/src/Psy/CodeCleaner/FinalClassPass.php
rename to vendor/psy/psysh/src/CodeCleaner/FinalClassPass.php
index c509bef50b0a073b22fdc1f87c0e73eea431b07f..bf1063fd5032e636df73777358c901f8ec4fc233 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.
@@ -27,7 +27,7 @@ class FinalClassPass extends CodeCleanerPass
      */
     public function beforeTraverse(array $nodes)
     {
-        $this->finalClasses = array();
+        $this->finalClasses = [];
     }
 
     /**