Passed
Push — master ( 94b014...e2ddcf )
by Petr
07:02
created
php-src/Methods/Translations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      */
50 50
     public function iklCannotOpenFile(string $lockFilename): string
51 51
     {
52
-        return 'Could not open lock file: '. $lockFilename;
52
+        return 'Could not open lock file: ' . $lockFilename;
53 53
     }
54 54
 
55 55
     /**
Please login to merge, or discard this patch.