Passed
Push — master ( 5dd2e7...8f9b97 )
by Nicolaas
04:20
created
src/Extensions/ControllerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
             if (!$dataRecord instanceof Page) {
34 34
                 return $this->returnNoCache();
35 35
             }
36
-            if ( $dataRecord->PageCanBeCachedEntirely() !== true) {
36
+            if ($dataRecord->PageCanBeCachedEntirely() !== true) {
37 37
                 return $this->returnNoCache();
38 38
             }
39 39
             if (Security::getCurrentUser()) {
Please login to merge, or discard this patch.