Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error reporting for abstract naming sniff (#50)
Previously the error message showed a placeholder rather than the class name, like this: Abstract class name "%s" must be prefixed with "Abstract" It now shows the class name, like this: Abstract class name "Foo" must be prefixed with "Abstract"
- Loading branch information