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 3bffb20 commit d6adfaeCopy full SHA for d6adfae
templates/phpstorm-metadata/phpstorm.meta.php.twig
@@ -10,7 +10,7 @@ namespace PHPSTORM_META {
10
{% endfor %}
11
])
12
);
13
-
+
14
override(
15
\Symfony\Component\DependencyInjection\ContainerInterface::get(0),
16
map([
tests/dcg/Generator/_phpstorm_meta.php
@@ -9,6 +9,13 @@
9
+ override(
+ \Symfony\Component\DependencyInjection\ContainerInterface::get(0),
+ map([
+ 'foo' => '\Foo',
+ ])
17
+ );
18
19
20
\Drupal\Core\Entity\EntityTypeManagerInterface::getStorage(0),
21
0 commit comments