-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.phpstorm.meta.php
22 lines (21 loc) · 1.25 KB
/
.phpstorm.meta.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
namespace PHPSTORM_META {
override(\Psr\Container\ContainerInterface::get(0),
map([
\Inpsyde\Modularity\Package::PROPERTIES
=> \Inpsyde\Modularity\Properties\PluginProperties::class,
\Fau\DegreeProgram\Common\Infrastructure\CliModule::CLI_LOGGER
=> \Psr\Log\LoggerInterface::class,
\Fau\DegreeProgram\Common\Infrastructure\CliModule::CLI_CACHE_WARMER
=> \Fau\DegreeProgram\Common\Application\Cache\CacheWarmer::class,
\Fau\DegreeProgram\Output\Infrastructure\Repository\RepositoryModule::VIEW_REPOSITORY_UNCACHED
=> \Fau\DegreeProgram\Common\Application\Repository\DegreeProgramViewRepository::class,
\Fau\DegreeProgram\Output\Infrastructure\Repository\RepositoryModule::COLLECTION_REPOSITORY_UNCACHED
=> \Fau\DegreeProgram\Common\Application\Repository\DegreeProgramCollectionRepository::class,
\Fau\DegreeProgram\Output\Infrastructure\CliModule::CLI_LOGGER
=> \Psr\Log\LoggerInterface::class,
\Fau\DegreeProgram\Output\Infrastructure\CliModule::CLI_CACHE_WARMER
=> \Fau\DegreeProgram\Common\Application\Cache\CacheWarmer::class,
'' => '@',
]));
}