We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible to add .phpstorm.meta.php file into plugin? It is decribed here https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata#PhpStormAdvancedMetadata-Packagingmetadata/stubfilesintoplugin
.phpstorm.meta.php
Content of file:
<?php namespace PHPSTORM_META { override( \Nette\DI\Container::getService(0), map( [ 'application' => \Nette\Application\Application::class, ]) ); override( \Nette\DI\Container::getByType(0), map([ '' => '@', ]) ); override(\Nette\Utils\Arrays::get(0), elementType(0)); override(\Nette\Utils\Arrays::getRef(0), elementType(0)); override(\Nette\Utils\Arrays::grep(0), type(0)); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is possible to add
.phpstorm.meta.php
file into plugin? It is decribed here https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata#PhpStormAdvancedMetadata-Packagingmetadata/stubfilesintopluginContent of file:
The text was updated successfully, but these errors were encountered: