Skip to content
Extraits de code Groupes Projets
Valider 2464b5c7 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Add support for auto-completion when using the container thanks to the latest PhpStorm beta

See https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata

For example:

```
$logger = StaticContainer::get('Psr\Log\LoggerInterface');
$logger->
```

The autocompletion would work based on the argument passed to `StaticContainer::get()`.
(cherry picked from commit 92960ac)
parent 4bb0c02c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<?php
namespace PHPSTORM_META
{
$STATIC_METHOD_TYPES = array(
\Piwik\Container\StaticContainer::get('') => [
"" == "@",
],
);
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter