Skip to content

feat: Clickable rule names in TextReporter pointing to official documentation #9578

feat: Clickable rule names in TextReporter pointing to official documentation

feat: Clickable rule names in TextReporter pointing to official documentation #9578

Triggered via pull request May 11, 2024 05:49
Status Success
Total duration 6m 4s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Matrix: Deployment checks
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
PHP 8.3 mutation tests: src/Runner/Runner.php#L163
Escaped Mutant for Mutator "CatchBlockRemoval": --- Original +++ New @@ @@ } } } - } catch (\ParseError $e) { - $this->dispatchEvent(FixerFileProcessedEvent::NAME, new FixerFileProcessedEvent(FixerFileProcessedEvent::STATUS_LINT)); - $this->errorsManager->report(new Error(Error::TYPE_LINT, $name, $e)); - return null; } catch (\Throwable $e) { $this->processException($name, $e); return null;
PHP 8.3 mutation tests: src/Runner/Runner.php#L163
Escaped Mutant for Mutator "CatchBlockRemoval": --- Original +++ New @@ @@ $this->dispatchEvent(FixerFileProcessedEvent::NAME, new FixerFileProcessedEvent(FixerFileProcessedEvent::STATUS_LINT)); $this->errorsManager->report(new Error(Error::TYPE_LINT, $name, $e)); return null; - } catch (\Throwable $e) { - $this->processException($name, $e); - return null; } $fixInfo = null; if ([] !== $appliedFixers) {