Passed
Push — master ( d62bd4...1beb8f )
by Andrew
02:28
created
src/Config/ConfigFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.