Fix duplicate switch comment assignment
Fixes #469.
Showing
- CHANGELOG.md 3 additions, 1 deletionCHANGELOG.md
- grammar/php5.y 2 additions, 2 deletionsgrammar/php5.y
- grammar/php7.y 2 additions, 2 deletionsgrammar/php7.y
- lib/PhpParser/Parser/Php5.php 455 additions, 443 deletionslib/PhpParser/Parser/Php5.php
- lib/PhpParser/Parser/Php7.php 401 additions, 397 deletionslib/PhpParser/Parser/Php7.php
- test/code/parser/stmt/switch.test 8 additions, 0 deletionstest/code/parser/stmt/switch.test
- test/code/prettyPrinter/stmt/switch.test 2 additions, 0 deletionstest/code/prettyPrinter/stmt/switch.test
Please register or sign in to comment