mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
array union in controllers
! fix yii\web\Controller::bindActionParams behaviour for union types o some refactoring in the process
This commit is contained in:
@ -17,4 +17,9 @@ class FakePhp80Controller extends Controller
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function actionArrayOrInt(array|int $foo)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user