Passed
Push — master ( 595d66...92208f )
by Nicolaas
03:29
created
src/Extensions/PageExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 ),
36 36
             ]
37 37
         );
38
-        if((bool) $this->getOwner()->NeverCachePublicly !== true) {
38
+        if ((bool) $this->getOwner()->NeverCachePublicly !== true) {
39 39
             $fields->addFieldsToTab(
40 40
                 'Root.Cache',
41 41
                 [
Please login to merge, or discard this patch.