You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Generic.WhiteSpace.DisallowSpaceIndent doesn't handle the case, when identation starts with TABs, but ends with SPACEs (see squizlabs/PHP_CodeSniffer#547).
Need to create sniff, that will spot these cases and report/fix them.
The text was updated successfully, but these errors were encountered:
The current
Generic.WhiteSpace.DisallowSpaceIndent
doesn't handle the case, when identation starts with TABs, but ends with SPACEs (see squizlabs/PHP_CodeSniffer#547).Need to create sniff, that will spot these cases and report/fix them.
The text was updated successfully, but these errors were encountered: