Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps-dev): update mimmi20/coding-standard requirement from ^5.2.44 to ^5.2.45 #394

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.29.8",
"mimmi20/coding-standard": "^5.2.44",
"mimmi20/coding-standard": "^5.2.45",
"nikic/php-parser": "^5.3.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.9",
Expand Down
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Exception/BuildException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Exception/NotFoundException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
1 change: 1 addition & 0 deletions src/IosBuild.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down Expand Up @@ -66,7 +67,7 @@
continue;
}

if ($matchNeedle['buildCode'] < $matchCode['buildCode']) {

Check warning on line 70 in src/IosBuild.php

View workflow job for this annotation

GitHub Actions / UnitTests / Code Coverage with PHPUnit (ubuntu-24.04, 8.3, lowest)

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];

Check warning on line 70 in src/IosBuild.php

View workflow job for this annotation

GitHub Actions / UnitTests / Code Coverage with PHPUnit (ubuntu-24.04, 8.3, lowest)

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];
continue;
}

Expand Down
1 change: 1 addition & 0 deletions src/IosBuildInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
1 change: 1 addition & 0 deletions src/IosData.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/IosBuildTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This file is part of the ios-build package.
*
Expand Down
Loading