Having php-lineup-string-cont as part of statement-cont causes the cursor to align with the equals sign for assignments even when there's no string. There is no interaction with php-lineup-cascaded-calls because I have that option disabled.
Actual:
$result = Operation::make()
->someFunction();
Expected:
$result = Operation::make()
->someFunction();
(Seems related to #745)