Completed
Push — master ( 9af1e6...282973 )
by Nicolas
02:27
created
src/activities/ValidateAssetActivity.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
         // Determine file type
50 50
         file_put_contents($tmpFile, (string) $obj['Body']);
51 51
         $mime = trim((new CommandExecuter($this->cpeLogger))->execute(
52
-            'mimetype -b ' . escapeshellarg($tmpFile))['out']);
52
+            'mimetype -b '.escapeshellarg($tmpFile))['out']);
53 53
         $type = substr($mime, 0, strpos($mime, '/'));
54 54
 
55 55
         $this->cpeLogger->log_out(
Please login to merge, or discard this patch.