crazyfactory/php-sniffs

composer namespace configuration is flawed

Closed this issue · 2 comments

See https://github.com/crazyfactory/php-sniffs/blob/master/composer.json#L10

it should be

        "psr-4": {
            "CrazyFactory\\Sniffs\\": "src/"
        }

After that you may have to move all classes from src/CrazyFactory/Sniffs to src/

Fixed
#7

I already tried this and it works will let you try before closing the issue.

Heya, you should really add the fixes #7 to the commit.

if you forget it in the commit, you can add it to the PRs text.

and if you forget to do that as well, you can still edit it afterwards (unless it has been merged) :D