devgood first issuehelp wanted
仓库指标
- 星标
- (4,492 个星标)
- PR 合并指标
- (平均合并 4天 15小时) (30 天内合并 68 个 PR)
描述
Type mixed means object|resource|array|string|int|float|bool|null.
https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.mixed
The current code base has a lot of type mixed in PHPDocs,
But I think all of them are not correct.
And mixed prevents PHPStan level from increasing.
PHPStan’s rule level 6 isn’t satisfied with implicit mixed https://phpstan.org/writing-php-code/phpdoc-types#mixed
We need to replace type mixed with more specific types.