@@ -178,7 +178,7 @@ |
||
178 | 178 | throw new TDBMException('Missing tables '.implode(', ', $missingTables).' in SELECT statement'); |
179 | 179 | } |
180 | 180 | |
181 | - for ($i = 0; $i < count($formattedSelect) - 1; $i++) { |
|
181 | + for ($i = 0; $i<count($formattedSelect)-1; $i++) { |
|
182 | 182 | $formattedSelect[$i]['delim'] = ','; |
183 | 183 | } |
184 | 184 | return [$formattedSelect, $columnDescritors]; |