@@ -104,7 +104,7 @@ |
||
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); |
@@ -698,7 +698,7 @@ |
||
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 |