We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba609e commit 47d1515Copy full SHA for 47d1515
src/Generator.php
@@ -203,7 +203,7 @@ private function allocateLocaleArray($path)
203
continue;
204
}
205
206
- if (!is_null($this->config['langFiles']) && !empty($this->config['langFiles']) && !in_array($noExt, $this->config['langFiles'])) {
+ if (isset($this->config['langFiles']) && !empty($this->config['langFiles']) && !in_array($noExt, $this->config['langFiles'])) {
207
208
209
0 commit comments