✏️ 正在编辑: phpstan.neon.dist
路径:
/srv/systems_dir/yuppiecred-lidernegocios/vendor/doctrine/collections/phpstan.neon.dist
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
parameters: level: 3 paths: - lib ignoreErrors: # Making classes final as suggested would be a BC-break - message: '~Unsafe usage of new static\(\)\.~' paths: - 'lib/Doctrine/Common/Collections/ArrayCollection.php' - 'lib/Doctrine/Common/Collections/Criteria.php' - message: '~Array \(array\<TKey of \(int\|string\), T\>\) does not accept key int\.~' path: 'lib/Doctrine/Common/Collections/ArrayCollection.php' # This class is new in PHP 8.1 and PHPStan does not know it yet. - '/Attribute class ReturnTypeWillChange does not exist./'
💾 保存文件
← 返回文件管理器