glayzzle / php-parser

:herb: NodeJS PHP Parser - extract AST or tokens
https://php-parser.glayzzle.com/
BSD 3-Clause "New" or "Revised" License
537 stars 71 forks source link

Fix for readonly keyword ordering #997

Closed cseufert closed 2 years ago

cseufert commented 2 years ago

This patch allows for the readonly keyword to be before or after public / private / protected keyword

Fixes: https://github.com/prettier/plugin-php/issues/1958

czosel commented 2 years ago

Released in 3.1.1 :tada: