Shalom Tuby
Shalom Tuby
### Version 0.1.5 ### Platform Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? Create a new bun project using...
**@prettier/plugin-php v0.11.2** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBYwIbeLJUBhdAFtrbAAoAJe-hCYsulhxMBjKAGUYAE81VzBsCABaACYQFmgAR0F4aHsTZTs9OQUQYhEIGDS2DLYsgwBfFigKeBh0FDR4LElQNmwYfGNBKErczDBBDrwQAAIAHgB+MGowEYB6OZGfG2soEgAdTCgfanQRmigAfWWSNZgACgBKAG4RiYA+EHKgA) **Input:** _with space before the PHP starting tag_ ```php ``` **Output:** ```php echo the_content(); ?> ``` The extra PHP closing tag break the PHP code itself...