Run this sniff over the following: ``` php $a = ( $b = 1 ); $c = 2; ``` You get the error `7 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 0` This is correctly indented (and an abbreviated example). The code for this sniff is quite complex which is why I've not submitted a PR. Any ideas?