Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. According to the `composer.json` file, the minimum supported PHP version is PHP 5.4, so PHPCompatibility should be set to check for that, not for PHP 5.6 and up. 2. Excluding a complete sniff instead of including it twice and excluding the single errorcode. This is more efficient as it prevents the sniff from running completely instead of letting the sniff run and silencing the error at the moment it is being thrown.
- Loading branch information