hi
i want a codesniff for php_codesniffer that checks for indentation using just tabs.
i tried to modify the generic codesniff that disallows tabs, but i cannot get it to work. it seems to highlight statements where i use spaces and tabs as well.
any advice?