Passed
Push — master ( 928b41...747121 )
by Darko
10:52
created
app/Console/Commands/MigrateAnimeCovers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             if (preg_match('/^(\d+)\.jpg$/', $filename, $matches)) {
48 48
                 $anidbid = $matches[1];
49 49
                 $newFilename = "{$anidbid}-cover.jpg";
50
-                $newPath = $animeCoverPath . $newFilename;
50
+                $newPath = $animeCoverPath.$newFilename;
51 51
 
52 52
                 // Skip if new format already exists
53 53
                 if (file_exists($newPath)) {
Please login to merge, or discard this patch.