Skip to content

v3.0.0 Use Psr\Log for reporting inspection results

Choose a tag to compare

@drjayvee drjayvee released this 02 Apr 10:01
· 22 commits to main since this release

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.