gmarche/vendor/php-di/php-di/.phpstorm.meta.php

22 lines
484 B
PHP

<?php
namespace PHPSTORM_META {
$STATIC_METHOD_TYPES = [
\Psr\Container\ContainerInterface::get('') => [
"" == "@",
],
\Interop\Container\ContainerInterface::get('') => [
"" == "@",
],
\DI\Container::get('') => [
"" == "@",
],
\EasyMock\EasyMock::easyMock('') => [
"" == "@",
],
\EasyMock\EasyMock::easySpy('') => [
"" == "@",
],
];
}