Skip to content

Commit b9e1be5

Browse files
Bump phpstan/phpstan from 1.11.7 to 1.12.0 (#4177)
* Bump phpstan/phpstan from 1.11.7 to 1.12.0 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.7 to 1.12.0. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.11.7...1.12.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Phpstan: update for v1.12 (#4179) * patch 1.11 * patch 1.12 * patch 1.12 - ignore errors --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sven Reichel <[email protected]>
1 parent 220399d commit b9e1be5

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.dist.baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,11 +3490,6 @@ parameters:
34903490
count: 1
34913491
path: app/code/core/Mage/Payment/Model/Method/Abstract.php
34923492

3493-
-
3494-
message: "#^Loose comparison using \\!\\= between ''\\|'OT' and 'SS' will always evaluate to true\\.$#"
3495-
count: 1
3496-
path: app/code/core/Mage/Payment/Model/Method/Cc.php
3497-
34983493
-
34993494
message: "#^Method Mage_Payment_Model_Recurring_Profile\\:\\:exportStartDatetime\\(\\) should return string\\|Zend_Date but empty return statement found\\.$#"
35003495
count: 1

phpstan.dist.neon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ parameters:
5050
- app/code/core/Mage/Paypal/Model/Report/Settlement.php
5151
- lib/Varien/Io/Sftp.php
5252

53-
# Class backup/db was not found while trying to analyse it
54-
- app/code/core/Mage/Adminhtml/controllers/System/BackupController.php
55-
5653
# Dataflow/Model/Convert/Iterator.php
5754
- app/code/core/Mage/Dataflow/Model/Convert/Iterator.php
5855

@@ -70,6 +67,9 @@ parameters:
7067
checkFunctionNameCase: true
7168
checkInternalClassCaseSensitivity: true
7269
treatPhpDocTypesAsCertain: false
73-
70+
# For v1.12+ with "bleeding edge"
71+
ignoreErrors:
72+
-
73+
identifier: missingType.iterableValue
7474
# universalObjectCratesClasses:
7575
# - Varien_Object

0 commit comments

Comments
 (0)