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
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: push
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
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
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
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
Unit & Integration Tests Status
2s
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);
}
|