mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
array union in controllers
! fix issue when handling parameter with string type, add according test
This commit is contained in:
@ -17,7 +17,7 @@ class FakePhp7Controller extends Controller
|
||||
{
|
||||
public $enableCsrfValidation = false;
|
||||
|
||||
public function actionAksi1(int $foo, ?float $bar, bool $true, bool $false)
|
||||
public function actionAksi1(int $foo, ?float $bar, bool $true, bool $false, string $string)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user