We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c435d commit 6c5c5a2Copy full SHA for 6c5c5a2
CHANGELOG.md
@@ -6,6 +6,7 @@
6
* test: add missing test for PHP 8.3 and Symfony 7
7
* dep: bump minimum PHP to 8.2
8
* dep: bump phpunit to 10
9
+* fix: fix deprecation warnings
10
11
## 1.4.1
12
src/DependencyInjection/RekalogikaTemporaryUrlExtension.php
@@ -89,7 +89,7 @@ static function (
89
);
90
}
91
92
- public function prepend(ContainerBuilder $container)
+ public function prepend(ContainerBuilder $container): void
93
{
94
if (!$this->isAssetMapperAvailable($container)) {
95
return;
0 commit comments