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 61dba1f commit ccccf39Copy full SHA for ccccf39
templates/phpstorm-metadata/phpstorm.meta.php.twig
@@ -10,6 +10,15 @@ namespace PHPSTORM_META {
10
{% endfor %}
11
])
12
);
13
+
14
+ override(
15
+ \Symfony\Component\DependencyInjection\ContainerInterface::get(0),
16
+ map([
17
+{% for service_id, class in services %}
18
+ '{{ service_id }}' => '{{ class }}',
19
+{% endfor %}
20
+ ])
21
+ );
22
23
override(
24
\Drupal\Core\Entity\EntityTypeManagerInterface::getStorage(0),
0 commit comments