- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对 https://blog.jetbrains.com/phpstorm/2020/10/phpstorm-2020-3-eap-4/ 中描述的新 PhpStorm 内置注释有疑问
这是代码:
use JetBrains\PhpStorm\NoReturn;
#[NoReturn] public function __construct() {}
当我现在运行我的 Phan 静态分析器时,我收到以下错误:
PhanUndeclaredClassAttribute Reference to undeclared class \JetBrains\PhpStorm\NoReturn in an attribute
我该如何解决这个问题?我是否必须从 JetBrains 中安装一些 lib,以便在我的代码库中包含这些注释?
最佳答案
是的,参见 https://github.com/JetBrains/phpstorm-attributes
The attributes are available in PhpStorm 2020.3 and later. They are bundled with PhpStorm so you don’t need to install them separately.
If you are using other static analysis tools and don’t want to get Class not found issues, then you might want to add the attributes package to your composer.json as a dev dependency:
composer require --dev jetbrains/phpstorm-attributes
关于php - Phan 给出内置 JetBrains PhpStorm 注释的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66689434/
我对 https://blog.jetbrains.com/phpstorm/2020/10/phpstorm-2020-3-eap-4/ 中描述的新 PhpStorm 内置注释有疑问 这是代码: u
我对 https://blog.jetbrains.com/phpstorm/2020/10/phpstorm-2020-3-eap-4/ 中描述的新 PhpStorm 内置注释有疑问 这是代码: u
我是一名优秀的程序员,十分优秀!