phpcs:set Universal.WhiteSpace.PrecisionAlignment ignoreAlignmentBefore[] T_DOC_COMMENT_WHITESPACE,T_COMMENT,T_INLINE_HTML functioncall() -> chained() -> anothermethod(); $object->functioncall() -> chained() // Warning: [tab][tab][space][space][space]. -> anothermethod(); // Warning: [tab][tab][space][space][space]. ?>
Ignored: Some inline HTML with precision alignment.