PHP-Parser doesn't tell you if a namespace with a block originally used semicolons.
lib/PhpParser/PrettyPrinterAbstract.php
- If all of the namespaces are not in the global namespace, use semicolons (Most common)
- If at least one is the global namespace, then convert to block style.