mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-14 18:31:22 +08:00
Fix #20658: Add missing generics in yii\console, yii\captcha, yii\caching and yii\behaviors namespaces
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user