feat(log)!: support multiple loggers #2783
coding-conventions.yml
on: pull_request
Run style check
24s
Run static analysis: PHPStan
54s
Annotations
1 error and 4 warnings
|
Run style check
Process completed with exit code 1.
|
|
no-redundant-use:
src/Tempest/Framework/Testing/IntegrationTest.php#L19
Unused import: `AppConfig`.
Help: Remove the entire `use` statement.
|
|
no-redundant-use:
packages/debug/src/Debug.php#L15
Unused import: `RuntimeException`.
Help: Remove the entire `use` statement.
|
|
no-redundant-use:
packages/debug/src/TailDebugCommand.php#L9
Unused import: `VarExportLanguage`.
Help: Remove the entire `use` statement.
|
|
no-redundant-use:
packages/log/src/TailLogsCommand.php#L14
Unused import: `SimpleLogConfig`.
Help: Remove the entire `use` statement.
|