Completed
Push — master ( 7b983e...298c09 )
by Miguel
11s
created
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.
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -698,7 +698,7 @@
 block discarded – undo
698 698
      *
699 699
      * @param string $host     backend host
700 700
      * @param string $port     backend port
701
-	 * @param string $descriptor backend descriptor
701
+     * @param string $descriptor backend descriptor
702 702
      * @param string $probeUrl URL to check if backend is up
703 703
      * @param array  $options  extra options for backend
704 704
      * @return string
Please login to merge, or discard this patch.