|
| 1 | +<?php |
| 2 | + |
| 3 | +namespace PHPSTORM_META { |
| 4 | + override(\service(), map([ |
| 5 | + 'autoloader' => \CodeIgniter\Autoloader\Autoloader::class, |
| 6 | + 'cache' => \CodeIgniter\Cache\CacheInterface::class, |
| 7 | + 'clirequest' => \CodeIgniter\HTTP\CLIRequest::class, |
| 8 | + 'codeigniter' => \CodeIgniter\CodeIgniter::class, |
| 9 | + 'commands' => \CodeIgniter\CLI\Commands::class, |
| 10 | + 'csp' => \CodeIgniter\HTTP\ContentSecurityPolicy::class, |
| 11 | + 'curlrequest' => \CodeIgniter\HTTP\CURLRequest::class, |
| 12 | + 'email' => \CodeIgniter\Email\Email::class, |
| 13 | + 'encrypter' => \CodeIgniter\Encryption\EncrypterInterface::class, |
| 14 | + 'exceptions' => \CodeIgniter\Debug\Exceptions::class, |
| 15 | + 'filters' => \CodeIgniter\Filters\Filters::class, |
| 16 | + 'format' => \CodeIgniter\Format\Format::class, |
| 17 | + 'honeypot' => \CodeIgniter\Honeypot\Honeypot::class, |
| 18 | + 'image' => \CodeIgniter\Images\Handlers\BaseHandler::class, |
| 19 | + 'iterator' => \CodeIgniter\Debug\Iterator::class, |
| 20 | + 'language' => \CodeIgniter\Language\Language::class, |
| 21 | + 'locator' => \CodeIgniter\Autoloader\FileLocator::class, |
| 22 | + 'logger' => \CodeIgniter\Log\Logger::class, |
| 23 | + 'migrations' => \CodeIgniter\Database\MigrationRunner::class, |
| 24 | + 'negotiator' => \CodeIgniter\HTTP\Negotiate::class, |
| 25 | + 'pager' => \CodeIgniter\Pager\Pager::class, |
| 26 | + 'parser' => \CodeIgniter\View\Parser::class, |
| 27 | + 'redirectresponse' => \CodeIgniter\HTTP\RedirectResponse::class, |
| 28 | + 'renderer' => \CodeIgniter\View\View::class, |
| 29 | + 'request' => \CodeIgniter\HTTP\IncomingRequest::class, |
| 30 | + 'response' => \CodeIgniter\HTTP\Response::class, |
| 31 | + 'router' => \CodeIgniter\Router\Router::class, |
| 32 | + 'routes' => \CodeIgniter\Router\RouteCollection::class, |
| 33 | + 'security' => \CodeIgniter\Security\Security::class, |
| 34 | + 'session' => \CodeIgniter\Session\Session::class, |
| 35 | + 'throttler' => \CodeIgniter\Throttle\Throttler::class, |
| 36 | + 'timer' => \CodeIgniter\Debug\Timer::class, |
| 37 | + 'toolbar' => \CodeIgniter\Debug\Toolbar::class, |
| 38 | + 'typography' => \CodeIgniter\Typography\Typography::class, |
| 39 | + 'uri' => \CodeIgniter\HTTP\URI::class, |
| 40 | + 'validation' => \CodeIgniter\Validation\Validation::class, |
| 41 | + 'viewcell' => \CodeIgniter\View\Cell::class, |
| 42 | + ])); |
| 43 | +} |
0 commit comments