Passed
Push — master ( d703ae...d5fc33 )
by Nicolaas
03:59
created
_config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use SilverStripe\Control\Director;
4 4
 
5
-if(!Director::isDev()) {
5
+if (!Director::isDev()) {
6 6
     Director::forceSSL();
7 7
 }
Please login to merge, or discard this patch.