@@ -223,7 +223,7 @@ |
||
| 223 | 223 | } elseif ($ext === 'yml' || $ext === 'yaml') { |
| 224 | 224 | return $this->loadYamlFile($filename); |
| 225 | 225 | } else { |
| 226 | - $validConfigExts = [ 'php', 'json', 'yml', 'ini' ]; |
|
| 226 | + $validConfigExts = ['php', 'json', 'yml', 'ini']; |
|
| 227 | 227 | throw new InvalidArgumentException(sprintf( |
| 228 | 228 | 'Unsupported configuration file; must be one of "%s", received "%s"', |
| 229 | 229 | implode('","', $validConfigExts), |