Closed godbout closed 6 years ago
I have the no_unused_import option set to true, but phpcs deletes import that are used within my classes.
Any log I can give to help?
@godbout PHP_CodeSniffer does not seem to support this. See https://github.com/squizlabs/PHP_CodeSniffer/issues/801
I have the no_unused_import option set to true, but phpcs deletes import that are used within my classes.
Any log I can give to help?