array union in controllers

! fix yii\web\Controller::bindActionParams behaviour for union types
o some refactoring in the process
This commit is contained in:
Chris Reichel
2025-04-10 10:34:06 +02:00
parent 2fad37b597
commit a67bfc1274
3 changed files with 178 additions and 34 deletions

View File

@ -17,4 +17,9 @@ class FakePhp80Controller extends Controller
{
}
public function actionArrayOrInt(array|int $foo)
{
}
}