mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-06 23:46:22 +01:00
With the introduction of flexible doc strings, the ending label is no longer required to be followed by a semicolon or newline. We need to prevent doc string printing if the label is followed by any non-label character.