comparison vendor/psy/psysh/src/Psy/VersionUpdater/Checker.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
11 11
12 namespace Psy\VersionUpdater; 12 namespace Psy\VersionUpdater;
13 13
14 interface Checker 14 interface Checker
15 { 15 {
16 const ALWAYS = 'always'; 16 const ALWAYS = 'always';
17 const DAILY = 'daily'; 17 const DAILY = 'daily';
18 const WEEKLY = 'weekly'; 18 const WEEKLY = 'weekly';
19 const MONTHLY = 'monthly'; 19 const MONTHLY = 'monthly';
20 const NEVER = 'never'; 20 const NEVER = 'never';
21 21
22 /** 22 /**
23 * @return bool 23 * @return bool
24 */ 24 */
25 public function isLatest(); 25 public function isLatest();