Completed
Push — master ( 67b5d8...0cd789 )
by Nicolas
02:51
created
src/activities/ValidateAssetActivity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         // Determine file type
52 52
         file_put_contents($tmpFile, (string) $obj['Body']);
53 53
         $mime = trim((new CommandExecuter($this->cpeLogger))->execute(
54
-                'file -b --mime-type ' . escapeshellarg($tmpFile))['out']);
54
+                'file -b --mime-type '.escapeshellarg($tmpFile))['out']);
55 55
         $type = substr($mime, 0, strpos($mime, '/'));
56 56
 
57 57
         $this->cpeLogger->log_out(
Please login to merge, or discard this patch.