Commit e447ea2
authored
Add void as return type (deprecation php8.4)
Deprecation message:
Method
"Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "SergiX44\NutgramBundle\DependencyInjection\NutgramExtension" now to avoid errors or add an explicit @return annotation to suppress this message.1 parent 84ddb3d commit e447ea2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments