Passed
Push — master ( 326cf8...95deae )
by Anton
02:14
created
tests/Framework/I18n/ExportTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     public function testReset(): void
19 19
     {
20
-        $this->assertFileNotExists(sys_get_temp_dir() . '/messages.ru.php');
20
+        $this->assertFileNotExists(sys_get_temp_dir().'/messages.ru.php');
21 21
 
22 22
         $this->runCommandDebug('i18n:index');
23 23
         $this->runCommandDebug('configure');
Please login to merge, or discard this patch.