Adam Royle
Adam Royle
There is a bug with parsing curl statements with empty values. This fixes the bug and adjusts the tests to expected behavior.
PHP 8.3 is now stable - can the composer requirement be adjusted?
Here is the failing test in rust. ``` #[test] fn trailing_comments_inside_non_empty_bit_arrays_are_not_moved() { assert_format!( r#"pub fn main() { fun( > ) } "# ); } ```
Hi @100phlecs ! I have created a Tailwind formatter project forked from your project. At first, I was wanting to add some features, but then I realised I needed to...