Skip to content

Commit 7aff83c

Browse files
authored
Merge pull request #9 from Crmteam-IVG/patch-1
Add void as return type (deprecation php8.4)
2 parents edcdcb8 + e447ea2 commit 7aff83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/NutgramExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class NutgramExtension extends Extension
1111
{
12-
public function load(array $configs, ContainerBuilder $container)
12+
public function load(array $configs, ContainerBuilder $container): void
1313
{
1414
$configuration = new Configuration();
1515

0 commit comments

Comments
 (0)