Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/src/Psy/VersionUpdater/IntervalChecker.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 |
---|---|
19 private $interval; | 19 private $interval; |
20 | 20 |
21 public function __construct($cacheFile, $interval) | 21 public function __construct($cacheFile, $interval) |
22 { | 22 { |
23 $this->cacheFile = $cacheFile; | 23 $this->cacheFile = $cacheFile; |
24 $this->interval = $interval; | 24 $this->interval = $interval; |
25 } | 25 } |
26 | 26 |
27 public function fetchLatestRelease() | 27 public function fetchLatestRelease() |
28 { | 28 { |
29 // Read the cached file | 29 // Read the cached file |