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