Quantcast
Channel: How do I make my PHP IDE understand Dependency Injection Containers? - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Answer by OZ_ for How do I make my PHP IDE understand Dependency Injection Containers?

$
0
0

You can define class of the variable 'manually':

/** @var YourClassType $mailer */$mailer = $container['mailer'];

In PhpStorm (and by standards), use two asterisks and write the data type before the name of the variable.

You can write the data type without the name of the variable (but not the name without the data type).


Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>