Completed
Push — master ( 44d7b7...c670a4 )
by Miguel
11s
created
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -981,7 +981,7 @@  discard block
 block discarded – undo
981 981
         return $hosts;
982 982
     }
983 983
 
984
-    protected function _stripHost ($baseUrl){
984
+    protected function _stripHost($baseUrl) {
985 985
         return  rtrim(str_replace(array('http://', 'https://'), '', $baseUrl), '/');
986 986
     }
987 987
 
@@ -1045,7 +1045,7 @@  discard block
 block discarded – undo
1045 1045
     }
1046 1046
 }
1047 1047
 EOS;
1048
-        } else{
1048
+        } else {
1049 1049
             $tpl_750 = '
1050 1050
 sub vcl_synth {
1051 1051
     if (resp.status == 750) {
Please login to merge, or discard this patch.
app/code/community/Nexcessnet/Turpentine/Block/Adminhtml/Cache/Grid.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,10 +25,10 @@
 block discarded – undo
25 25
                 $fullPageEnabled = true;
26 26
             }
27 27
         }
28
-        if ($turpentineEnabled  && !$fullPageEnabled) {
28
+        if ($turpentineEnabled && ! $fullPageEnabled) {
29 29
             $collection->removeItemByKey('full_page');
30 30
         }
31
-        if ($fullPageEnabled && !$turpentineEnabled) {
31
+        if ($fullPageEnabled && ! $turpentineEnabled) {
32 32
             $collection->removeItemByKey('turpentine_pages');
33 33
             $collection->removeItemByKey('turpentine_esi_blocks');
34 34
         }
Please login to merge, or discard this patch.