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 ccccf39 commit 3bffb20Copy full SHA for 3bffb20
src/Command/PhpStormMetadata.php
@@ -34,7 +34,7 @@ protected function generate(array &$vars): void {
34
$service_definitions = \array_map('unserialize', $service_definitions);
35
36
foreach ($service_definitions as $service_id => $service_definition) {
37
- if ($service_definition['class']) {
+ if ($service_definition['class'] ?? NULL) {
38
$vars['services'][$service_id] = $service_definition['class'];
39
}
40
0 commit comments