Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / src / VersionUpdater / IntervalChecker.php
similarity index 96%
rename from vendor/psy/psysh/src/Psy/VersionUpdater/IntervalChecker.php
rename to vendor/psy/psysh/src/VersionUpdater/IntervalChecker.php
index 968a285777974bfe2b5ba880fbffee59d6ebae2e..712f275876a57e97489026d30d39f04ed0223312 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.
@@ -59,10 +59,10 @@ class IntervalChecker extends GitHubChecker
 
     private function updateCache($release)
     {
-        $data = array(
+        $data = [
             'last_check' => date(DATE_ATOM),
             'release'    => $release,
-        );
+        ];
 
         file_put_contents($this->cacheFile, json_encode($data));
     }