Fix #20658: Add missing generics in yii\console, yii\captcha, yii\caching and yii\behaviors namespaces

This commit is contained in:
Maksim Spirkov
2025-10-30 23:41:32 +03:00
committed by GitHub
parent 2ee2da1ad6
commit ffa0dda204
16 changed files with 78 additions and 25 deletions

View File

@@ -21,9 +21,6 @@ namespace yii\base;
* @since 2.0
*
* @template T of Component
*
* @phpstan-property T|null $owner
* @psalm-property T|null $owner
*/
class Behavior extends BaseObject
{