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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
If you're checking files containing tab characters then PHP_CodeSniffer's
idea of tabstop must match Vim's tabstop, otherwise syntastic will highlight
the errors at shifted positions. By default syntastic does that by adding
an option --tab-width=&tabstop to PHP_CodeSniffer, but that option
also instructs PHP_CodeSniffer to expand tabs, and some code sniffers
(f.i. CakePHP1) insist on indenting lines with tabs. To work around the
resulting mess if you're using one of these sniffers, set --tab-width=0 and
&tabstop to 8: