plugin-php
plugin-php copied to clipboard
incorrect position some comment in `namespace`
Prettier 1.14.3
PHP Plugin 0.9.0
Input:
<?php
namespace /* Comment */ Monolog\Formatter /* Comment */; /* Comment */
Output:
<?php
namespace Monolog\Formatter; /* Comment */
/* Comment */
/* Comment */
Expected behavior:
<?php
namespace /* Comment */ Monolog\Formatter /* Comment */; /* Comment */