PHPSTORM_META\map
Hi, I have noticed that some of my files have this line of code:
use function PHPSTORM_META\map
What made it appear and how can I disable this feature to not be imported in any way?
Also, Is there any option to disable literally all of these "editor functions/imports" ?
Thanks for any advice!
Please sign in to leave a comment.
Hi,
Basically, a PHPSTORM_META is an internal IDE Advanced Metadata namespace:
https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html
Could you please share a context where this import appears?