Mike Grip
Mike Grip
Basically discussing ```php $db->Execute([ $foo, $bar, $foobar, $somewhatLongParameter, $somewhatLongParameterX, $somewhatLongParameterXYZ ], $sql, $someOtherArg); ``` vs ```php $db->Execute( [ $foo, $bar, $foobar, $somewhatLongParameter, $somewhatLongParameterX, $somewhatLongParameterXYZ ], $sql, $someOtherArg ); ``` We...
My opinion is that we should follow prettierJS. They already have thought through this logic quite a bit, and from what I can tell it still aligns with PSR12 standards
We got around it for now by manually stripping out the line break and updating the end location ([here](https://github.com/prettier/plugin-php/blob/master/src/parser.js#L20)). For reference this is the same thing in the JS parser:...
I'm fine keeping as is for now since our workaround seems pretty safe and not all that complicated. Just wanted to flag in case its something you think should actually...
Ooh good call, I'll update that. And sounds good, thanks for looking into it!
Thanks for following up @ichiriac! I've since stepped back from the prettier php project, I'll defer to @evilebottnawi or @czosel!
A filter like what you're describing would be super helpful! Thanks for the response @sofiapoh, excited to see how this develops. Have been really happy w/ the dev experience of...
+1 it seems like this is preventing any styling of individual `Tab` components when using tabs motion - any chance this is on someones radar? Or have a workaround for...