proget-hq / phpstan-yii2

Yii2 extension for PHPStan
MIT License
52 stars 18 forks source link

Handle return-type of HeaderCollection->get() #17

Closed EtienneBruines closed 5 years ago

EtienneBruines commented 5 years ago

The default behavior does not distinguish between string[] or string; 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.

akondas commented 5 years ago

If ok, then we can merge and release 0.6.0 version