Created by: LudoMon
PR checklist
-
Read the contribution guidelines. -
Ran the shell script under ./bin/
to update Petstore sample so that CIs can verify the change. -
Filed the PR against the correct branch: master
,3.4.x
,4.0.x
. Default:master
. -
Copied the technical committee to review the pull request if your PR is targeting a particular programming language.
Description of the PR
fix #1272 (closed)
A model with an array property used to have the wrong PHP typehint in the setter: the array item object type instead of "array"
This is visible in the samples, in the Pet.php model: setPhotoUrls
and setTags
@jebentier, @dkarlovi, @mandrean, @jfastnacht, @ackintosh, @ybelenko