mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
|
|
namespace PHPSTORM_META {
|
|
override(\Psr\Container\ContainerInterface::get(0),
|
|
map([
|
|
'' => '@',
|
|
])
|
|
);
|
|
}
|