Passed
Push — master ( afc6dc...f6dcbb )
by Nicolaas
03:59
created
src/Extensions/ControllerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
                 return $this->returnNoCache();
41 41
             }
42 42
             // avoid test sites being cached
43
-            if (!(Director::isLive()|| Director::isDev())) {
43
+            if (!(Director::isLive() || Director::isDev())) {
44 44
                 return $this->returnNoCache();
45 45
             }
46 46
 
Please login to merge, or discard this patch.