Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / VersionUpdater / Checker.php
index 7d6b294723908a20e2b1aae5061e8db8aa3fda8e..97763dbdd6853b073a96e5c61df681a70ec006ef 100644 (file)
@@ -13,11 +13,11 @@ namespace Psy\VersionUpdater;
 
 interface Checker
 {
-    const ALWAYS = 'always';
-    const DAILY = 'daily';
-    const WEEKLY = 'weekly';
+    const ALWAYS  = 'always';
+    const DAILY   = 'daily';
+    const WEEKLY  = 'weekly';
     const MONTHLY = 'monthly';
-    const NEVER = 'never';
+    const NEVER   = 'never';
 
     /**
      * @return bool