mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-14 10:20:34 +08:00
Fix #20666: Add missing generics in yii\base, yii\console, yii\filters and yii\web namespaces
This commit is contained in:
@@ -127,6 +127,9 @@ abstract class Application extends Module
|
||||
public $requestedRoute;
|
||||
/**
|
||||
* @var Action|null the requested Action. If null, it means the request cannot be resolved into an action.
|
||||
*
|
||||
* @phpstan-var Action<covariant Controller>|null
|
||||
* @psalm-var Action<covariant Controller>|null
|
||||
*/
|
||||
public $requestedAction;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user