prettier / plugin-php

Prettier PHP Plugin
https://loilo.github.io/prettier-php-playground/
MIT License
1.75k stars 129 forks source link

Adjustment for overlooked nested lookups in chain breaks #2322

Closed eldair closed 5 months ago

eldair commented 9 months ago

I have adjusted chain breaks for nested lookups which were overlooked in previous pull request. Also the break should now be consistent between Test::foo()->, (new Test())->, $test['foo'] etc.