Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

composer(deps-dev): bump the development-dependencies group with 4 up… #876

composer(deps-dev): bump the development-dependencies group with 4 up…

composer(deps-dev): bump the development-dependencies group with 4 up… #876

Status Failure
Total duration 13m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer with composer-normalize
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Validate Project  /  Lint & Validate Status
2s
Validate Project / Lint & Validate Status
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Install Project  /  Install Status
2s
Install Project / Install Status
Matrix: Project Analysis / Run eslint
Matrix: Project Analysis / Run oxlint
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Run prettier
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Static Code Analysis with PHPStan
Matrix: Project Analysis / Run stylelint
Project Analysis  /  Status Analytics
4s
Project Analysis / Status Analytics
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
UnitTests  /  finish-code-coverage
0s
UnitTests / finish-code-coverage
UnitTests  /  Unit & Integration Tests Status
2s
UnitTests / Unit & Integration Tests Status
Unit & Integration Tests Status
2s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Process completed with exit code 1.
UnitTests / Unit & Integration Tests Status
Process completed with exit code 1.
Unit & Integration Tests Status
Process completed with exit code 1.
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest): src/View/Helper/ViteUrl.php#L105
Escaped Mutant for Mutator "ReturnRemoval": @@ @@ } $content = file_get_contents($this->publicDir . '/hot'); if (!$content) { - return null; + } return rtrim($content); }