@@ -9,7 +9,7 @@ |
||
| 9 | 9 | public static function create(string $dictionaryPath = null): ConfigInterface |
| 10 | 10 | { |
| 11 | 11 | if (null === $dictionaryPath) { |
| 12 | - $dictionaryPath = __DIR__.'/../../data/dictionary.php'; |
|
| 12 | + $dictionaryPath = __DIR__ . '/../../data/dictionary.php'; |
|
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | return new Config($dictionaryPath); |