You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this part when using PhpStorm with PHP Annotations plugin, when I wrote name="my_preferred_name" and got error "value" key undefined after opening my app.
This check is needed when writing things like @SerializedName("the_property_name"). But of course, this should check, whether the 'value' key exist in this case.
I encountered this part when using PhpStorm with PHP Annotations plugin, when I wrote name="my_preferred_name" and got error "value" key undefined after opening my app.
https://github.com/schmittjoh/serializer/blob/master/src/JMS/Serializer/Annotation/SerializedName.php#L33
So, if there is public property $name, why is there value? How about PR for this thing, whatcha guys think if I manage one?
The text was updated successfully, but these errors were encountered: