Completed
Pull Request — devel (#1470)
by Chris
02:50 queued 01:09
created
app/code/community/Nexcessnet/Turpentine/Block/Poll/ActivePoll.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function setTemplate($template)
25 25
     {
26 26
         if ((Mage::getConfig()->getModuleConfig('Mage_Poll')->is('active', 'true')) &&
27
-        (!Mage::getStoreConfig('advanced/modules_disable_output/Mage_Poll')))
27
+        ( ! Mage::getStoreConfig('advanced/modules_disable_output/Mage_Poll')))
28 28
         {
29 29
             $this->_template = $template;
30 30
             $this->setPollTemplate('turpentine/ajax.phtml', 'poll');
Please login to merge, or discard this patch.
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -991,7 +991,7 @@
 block discarded – undo
991 991
     }
992 992
 }
993 993
 EOS;
994
-        } else{
994
+        } else {
995 995
             $tpl_750 = '
996 996
 sub vcl_synth {
997 997
     if (resp.status == 750) {
Please login to merge, or discard this patch.
app/code/community/Nexcessnet/Turpentine/Model/Varnish/Admin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
                 $result[$socketName] = 'Failed to load configurator';
105 105
             } else {
106 106
                 $vcl = $cfgr->generate($helper->shouldStripVclWhitespace('apply'));
107
-                $vclName = 'vcl_' . Mage::helper('turpentine/data')
107
+                $vclName = 'vcl_'.Mage::helper('turpentine/data')
108 108
                     ->secureHash(microtime());
109 109
                 try {
110 110
                     $this->_testEsiSyntaxParam($socket);
Please login to merge, or discard this patch.