Completed
Pull Request — devel (#1172)
by
unknown
03:04
created
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
      *
131 131
      * @return string
132 132
      */
133
-    protected function _getCustomIncludeFilename($position='') {
133
+    protected function _getCustomIncludeFilename($position = '') {
134 134
         $key = 'custom_include_file';
135 135
         $key .= ($position) ? '_'.$position : '';
136 136
         return $this->_formatTemplate(
@@ -1009,7 +1009,7 @@  discard block
 block discarded – undo
1009 1009
             $vars['vcl_synth'] = $this->_vcl_sub_synth();
1010 1010
         }
1011 1011
 
1012
-        foreach (array('','top') as $position) {
1012
+        foreach (array('', 'top') as $position) {
1013 1013
             $customIncludeFile = $this->_getCustomIncludeFilename($position);
1014 1014
             if (is_readable($customIncludeFile)) {
1015 1015
                 $key = 'custom_vcl_include';
Please login to merge, or discard this patch.