Skip to content

composer(deps-dev): update symplify/phpstan-rules requirement from ^14.1.2 to ^14.1.4 #1392

composer(deps-dev): update symplify/phpstan-rules requirement from ^14.1.2 to ^14.1.4

composer(deps-dev): update symplify/phpstan-rules requirement from ^14.1.2 to ^14.1.4 #1392

Triggered via pull request January 3, 2025 03:51
Status Success
Total duration 16m 48s
Artifacts

continuous-integration.yml

on: pull_request
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
0s
Validate Project / Lint & Validate Status
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Install Project  /  Install Status
0s
Install Project / Install Status
Matrix: Project Analysis / Run eslint
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
0s
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
2s
UnitTests / finish-code-coverage
UnitTests  /  Unit & Integration Tests Status
0s
UnitTests / Unit & Integration Tests Status
Unit & Integration Tests Status
0s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

1 warning
UnitTests / Code Coverage with PHPUnit (ubuntu-24.04, 8.3, lowest): src/IosBuild.php#L70
Escaped Mutant for Mutator "LessThan": @@ @@ if ($matchCode['primaryCode'] . $matchCode['secondaryCode'] !== $matchNeedle['primaryCode'] . $matchNeedle['secondaryCode']) { continue; } - if ($matchNeedle['buildCode'] < $matchCode['buildCode']) { + if ($matchNeedle['buildCode'] <= $matchCode['buildCode']) { continue; } $candidate[$matchCode['buildCode']] = $versions[$key];