Skip to content

Commit

Permalink
fix: fix deprecation warnings (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jul 3, 2024
1 parent c6c435d commit 6c5c5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* test: add missing test for PHP 8.3 and Symfony 7
* dep: bump minimum PHP to 8.2
* dep: bump phpunit to 10
* fix: fix deprecation warnings

## 1.4.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static function (
);
}

public function prepend(ContainerBuilder $container)
public function prepend(ContainerBuilder $container): void
{
if (!$this->isAssetMapperAvailable($container)) {
return;
Expand Down

0 comments on commit 6c5c5a2

Please sign in to comment.