Previously the error message for the Graze.Naming.AbstractClassNaming
sniff showed a placeholder rather than the class name, like this:
Abstract class name "%s" must be prefixed with "Abstract"
It now correctly shows the class name, like this:
Abstract class name "Foo" must be prefixed with "Abstract"