Skip to content

Commit 9dad416

Browse files
authored
Merge pull request #5 from Owen-oj/analysis-ZlayW6
Apply fixes from StyleCI
2 parents a9e9f64 + 4b9703e commit 9dad416

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)