Hi Brandon,
Thank you for your feedback. We're still missing one more alignment format rule to align properties. This one is on top of our todo list, so it should be out soon.
I think it should also align visibility modifiers, what do you think?
class x {
var $v = 0;
public $a = "aa";
private $bb = "bb";
protected $ccc = "ccc";
}