mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-29 11:33:33 +01:00
8 lines
259 B
PHP
8 lines
259 B
PHP
<?php declare(strict_types=1);
|
|
|
|
// see https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata
|
|
namespace PHPSTORM_META;
|
|
|
|
// $container->get(Type::class) → instance of "Type"
|
|
override(\Psr\Container\ContainerInterface::get(0), type(0));
|