Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 24, 2024
1 parent cf748de commit 5e258bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function postprocess(string $html): string
// maybe we just need to cache this, as the kernel is already a singleton, but this is not
$assetMap = [];

foreach(MediaFile::all() as $mediaFile) {
foreach (MediaFile::all() as $mediaFile) {
$assetMap[$mediaFile->getPath()] = $mediaFile;
}

Expand Down

0 comments on commit 5e258bc

Please sign in to comment.