@prettier/plugin-php v0.10.2
Playground link
Input:
<?php namespace foo; ?>
<!-- HTML comment -->
Output:
<?php namespace foo;
<!-- HTML comment -->
Expected behavior:
<?php namespace foo; ?>
<!-- HTML comment -->
Current output is invalid.
Notes:
This seems to be specific to namespace declarations. I wasn't able to reproduce the problem with other declarations, assignments or function calls.
@prettier/plugin-php v0.10.2
Playground link
Input:
Output:
Expected behavior:
Current output is invalid.
Notes:
This seems to be specific to
namespacedeclarations. I wasn't able to reproduce the problem with other declarations, assignments or function calls.