array union in controllers

! fix issue when handling parameter with string type, add according test
This commit is contained in:
Chris Reichel
2025-05-19 12:21:45 +02:00
parent 2b30ec1c9b
commit 848a90dea8
3 changed files with 8 additions and 4 deletions

View File

@ -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)
{
}