phplint icon indicating copy to clipboard operation
phplint copied to clipboard

10.0 | OutputManager

Open llaville opened this issue 8 months ago • 1 comments

The new OutputManager extension will be in charge to handle properly the reporting results system.

That's includes :

  • current version of https://github.com/overtrue/phplint/blob/9.6/src/Extension/OutputFormat.php component
  • with all formats supported (see https://github.com/overtrue/phplint/blob/9.6/src/Output/FormatResolver.php)

Depends on new Extension Architecture that should be implemented first.

llaville avatar Apr 16 '25 03:04 llaville

Base of new OutputManager extension was introduced by commit https://github.com/overtrue/phplint/commit/43c88600ad679018a0f1ae6bc5e3fdbbf6d486c0

Learn more with documentation at https://github.com/overtrue/phplint/blob/10.0/docs/architecture/extension/outputManager.md

llaville avatar Apr 16 '25 05:04 llaville