v3.0.0 Use Psr\Log for reporting inspection results
This version adds flexibility by depending on Psr\Log\LoggerInterface for reporting inspection results instead of using PHP's built-in trigger_error().
Symfony integration is significantly improved thanks to this change. See #2 and the documentation for instructions and an example.
Since the Extension and all inspection classes all received a new argument, this release breaks required a major version bump.