Passed
Push — master ( 202659...08aad6 )
by Nicolaas
03:46
created
src/Extensions/PageExtension.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
                 ),
37 37
             ]
38 38
         );
39
-        if (! (bool) $owner->NeverCachePublicly) {
39
+        if (!(bool) $owner->NeverCachePublicly) {
40 40
             $fields->addFieldsToTab(
41 41
                 'Root.Cache',
42 42
                 [
Please login to merge, or discard this patch.