Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Nov 29, 2024
1 parent a8e9021 commit fbacc8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/AssetManager/src/AssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ public function getAssets(): AssetElementsContract
];
}

if($this->assetsModifiers !== []) {
foreach ($this->assetsModifiers as $assetsModifier) {
$assets = $assetsModifier($assets);
}
foreach ($this->assetsModifiers as $assetsModifier) {
$assets = $assetsModifier($assets);
}

return AssetElements::make($assets);
Expand Down

0 comments on commit fbacc8f

Please sign in to comment.