bmitch / Codor

Custom PHPCS sniffs to find Code Smells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix final class sniff

bmitch opened this issue · comments

Need to init variables when starting

        $this->classIsMarkedFinal = false;
        $this->protectedMethods = [];
        $this->protectedVariables = [];

Line numbers reported are also broken.