Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere authored and github-actions[bot] committed Jun 4, 2024
1 parent 04469ec commit ae11bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/AudioCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public static function fromQuicktime(Id3TagQuicktime $tag): AudioCore
// ignore the issue so the rest of the data will be available
}

if (!empty($parsedCreationDate)) {
if (! empty($parsedCreationDate)) {
$core->setCreationDate($parsedCreationDate->format('Y-m-d\TH:i:s\Z'));
$core->setYear((int) $parsedCreationDate->format('Y'));
}
Expand Down

0 comments on commit ae11bb6

Please sign in to comment.