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
The readonly properties RFC makes readonly a keyword in PHP 8.1. This results in ParseError: syntax error, unexpected token "readonly" errors when parsing annotations thanks to the JMS\Serializer\Annotation\ReadOnly class.
The text was updated successfully, but these errors were encountered:
The readonly properties RFC makes
readonly
a keyword in PHP 8.1. This results inParseError: syntax error, unexpected token "readonly"
errors when parsing annotations thanks to theJMS\Serializer\Annotation\ReadOnly
class.The text was updated successfully, but these errors were encountered: