Closed EtienneBruines closed 5 years ago
The default behavior does not distinguish between string[] or string; this PR covers some common use-cases.
string[]
string
Also added three test-cases in the controller, which fail without the new extension, because phpstan was unable to detect the return type.
phpstan
If ok, then we can merge and release 0.6.0 version
0.6.0
The default behavior does not distinguish between
string[]
orstring
; this PR covers some common use-cases.Also added three test-cases in the controller, which fail without the new extension, because
phpstan
was unable to detect the return type.