phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Add dynamic return type extension for `get_object_vars`

Open BackEndTea opened this issue 3 years ago • 2 comments

BackEndTea avatar Feb 28 '23 14:02 BackEndTea

So, the issue now is that there may be 'extra' keys in the array, if the class is not final. (https://3v4l.org/hM8MU)

Is there any way to indicate that the array may have more keys?

BackEndTea avatar Mar 01 '23 07:03 BackEndTea

Is there any way to indicate that the array may have more keys?

@BackEndTea Currently there isn't, see Psalm 5 announcment and phpstan/phpstan#8438.

jrmajor avatar Sep 13 '23 20:09 jrmajor