Passed
Push — master ( 407fb3...0cd867 )
by Nicolaas
03:32
created
src/Extensions/PageControllerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             self::$_can_cache_content_string = '';
37 37
             if ($this->owner->hasMethod('canCachePage')) {
38 38
                 // if it can cache the page, then it the cache string will remain empty.
39
-                self::$_can_cache_content_string .= $this->owner->canCachePage() ? '' : 'can-no-cache-' . $this->owner->ID. '_'.rand(0, 99999999999999999);
39
+                self::$_can_cache_content_string .= $this->owner->canCachePage() ? '' : 'can-no-cache-' . $this->owner->ID . '_' . rand(0, 99999999999999999);
40 40
             }
41 41
 
42 42
             //action
Please login to merge, or discard this patch.