Skip to content

Commit 4b9703e

Browse files
Owen-ojStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a9e9f64 commit 4b9703e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GetId3.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public function getFileFormat()
189189
*/
190190
private function base64_to_jpeg($base64_string)
191191
{
192-
193192
$output_file = uniqid().time().Str::random(6).'-artwork.jpeg';
194193
// open the output file for writing
195194
$decoded = base64_decode($base64_string);

0 commit comments

Comments
 (0)