Test Failed
Pull Request — master (#956)
by Maxim
18:52
created
src/Tokenizer/tests/Fixtures/TestCoreWithTokenizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     protected function mapDirectories(array $directories): array
28 28
     {
29
-        $dir = \dirname(__DIR__) . '/Fixtures';
29
+        $dir = \dirname(__DIR__).'/Fixtures';
30 30
 
31 31
         return $directories + ['config' => $dir, 'app' => $dir, 'resources' => $dir, 'runtime' => $dir];
32 32
     }
Please login to merge, or discard this patch.
src/Tokenizer/tests/Fixtures/TestCore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     protected function mapDirectories(array $directories): array
21 21
     {
22
-        $dir = \dirname(__DIR__) . '/Fixtures';
22
+        $dir = \dirname(__DIR__).'/Fixtures';
23 23
 
24 24
         return $directories + ['config' => $dir, 'app' => $dir, 'resources' => $dir, 'runtime' => $dir];
25 25
     }
Please login to merge, or discard this patch.