1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00
Files
archived-pie/.phpstorm.meta.php
2024-03-18 08:25:29 +00:00

10 lines
146 B
PHP

<?php
namespace PHPSTORM_META {
override(\Psr\Container\ContainerInterface::get(0),
map([
'' => '@',
])
);
}