Skip to content

Commit 6c5c5a2

Browse files
authored
fix: fix deprecation warnings (#12)
1 parent c6c435d commit 6c5c5a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* test: add missing test for PHP 8.3 and Symfony 7
77
* dep: bump minimum PHP to 8.2
88
* dep: bump phpunit to 10
9+
* fix: fix deprecation warnings
910

1011
## 1.4.1
1112

src/DependencyInjection/RekalogikaTemporaryUrlExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static function (
8989
);
9090
}
9191

92-
public function prepend(ContainerBuilder $container)
92+
public function prepend(ContainerBuilder $container): void
9393
{
9494
if (!$this->isAssetMapperAvailable($container)) {
9595
return;

0 commit comments

Comments
 (0)