Completed
Push — master ( 282973...049107 )
by Tyler
02:24
created
src/activities/ValidateAssetActivity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $tmpFile = tempname(sys_get_temp_dir(), 'ct');
49 49
         file_put_contents($tmpFile, $obj['Body']);
50 50
         $mime = trim((new CommandExecuter($this->cpeLogger))->execute(
51
-            'file -b --mime-type ' . escapeshellarg($tmpFile))['out']);
51
+            'file -b --mime-type '.escapeshellarg($tmpFile))['out']);
52 52
         $type = substr($mime, 0, strpos($mime, '/'));
53 53
 
54 54
         $this->cpeLogger->log_out(
Please login to merge, or discard this patch.