Tamás Pánczél
Results
2
comments of
Tamás Pánczél
Doesn't work if you mix post array objects with query params: ``` POST /someurl?test=1 [1,2,3] ``` in Validation.php: __invoke `$params = $request->getParams();` will be: ``` Array ( [test] => 1...
Ok, I'll create an issue for this, thx.