@@ -164,7 +164,7 @@ |
||
164 | 164 | $potentialDelimiters = [ ',', ';', "\t", '|', ':', ' ' ]; |
165 | 165 | $count = array(); |
166 | 166 | foreach ($potentialDelimiters as $delimiter) { |
167 | - $counts[$delimiter] = array(); |
|
167 | + $counts[$delimiter] = array(); |
|
168 | 168 | } |
169 | 169 | |
170 | 170 | // Count how many times each of the potential delimiters appears in each line |
@@ -161,7 +161,7 @@ |
||
161 | 161 | return; |
162 | 162 | } |
163 | 163 | |
164 | - $potentialDelimiters = [ ',', ';', "\t", '|', ':', ' ' ]; |
|
164 | + $potentialDelimiters = [',', ';', "\t", '|', ':', ' ']; |
|
165 | 165 | $count = array(); |
166 | 166 | foreach ($potentialDelimiters as $delimiter) { |
167 | 167 | $counts[$delimiter] = array(); |