Completed
Push — master ( fef623...fb3e81 )
by Oskar
05:08
created
src/Cache/CCacheFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->key = $key;
52 52
         $this->value = $value;
53 53
 
54
-        $this->timeZone = is_null($timeZone) ?  new \DateTimeZone('Europe/London') : $timeZone;
54
+        $this->timeZone = is_null($timeZone) ? new \DateTimeZone('Europe/London') : $timeZone;
55 55
         $this->defaultExpiration = '2999-12-12';
56 56
 
57 57
         $this->expiration = is_null($expiration) ?
Please login to merge, or discard this patch.