Skip to content

Commit 8d91834

Browse files
Bump phpstan/phpstan from 2.1.44 to 2.1.51 (#3685)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=2.1.44&new-version=2.1.51)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Allen <william.allen@kitware.com>
1 parent 95e0008 commit 8d91834

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"laravel/dusk": "8.6.0",
5353
"mockery/mockery": "1.6.12",
5454
"phpstan/extension-installer": "1.4.3",
55-
"phpstan/phpstan": "2.1.44",
55+
"phpstan/phpstan": "2.1.51",
5656
"phpstan/phpstan-deprecation-rules": "2.0.4",
5757
"phpstan/phpstan-mockery": "2.0.0",
5858
"phpstan/phpstan-phpunit": "2.0.16",

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-baseline.neon

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,12 @@ parameters:
957957
count: 2
958958
path: app/Http/Controllers/ProjectOverviewController.php
959959

960+
-
961+
rawMessage: Foreach overwrites $coverage_category with its value variable.
962+
identifier: foreach.valueOverwrite
963+
count: 2
964+
path: app/Http/Controllers/ProjectOverviewController.php
965+
960966
-
961967
rawMessage: Implicit array creation is not allowed - variable $menu does not exist.
962968
identifier: variable.implicitArray
@@ -10797,6 +10803,12 @@ parameters:
1079710803
count: 1
1079810804
path: app/cdash/include/Messaging/Topic/BuildErrorTopic.php
1079910805

10806+
-
10807+
rawMessage: 'Property CDash\Model\Build::$Errors (array) in isset() is not nullable.'
10808+
identifier: isset.property
10809+
count: 1
10810+
path: app/cdash/include/Messaging/Topic/BuildErrorTopic.php
10811+
1080010812
-
1080110813
rawMessage: 'Return type (CDash\Messaging\Topic\Topic|void) of method CDash\Messaging\Topic\BuildErrorTopic::setTopicData() should be covariant with return type ($this(CDash\Messaging\Topic\Topic)) of method CDash\Messaging\Topic\Topic::setTopicData()'
1080210814
identifier: method.childReturnType
@@ -22026,12 +22038,6 @@ parameters:
2202622038
count: 3
2202722039
path: app/cdash/tests/test_subprojectnextprevious.php
2202822040

22029-
-
22030-
rawMessage: 'Part $first_buildid (mixed) of encapsed string cannot be cast to string.'
22031-
identifier: encapsedStringPart.nonString
22032-
count: 1
22033-
path: app/cdash/tests/test_subprojectnextprevious.php
22034-
2203522041
-
2203622042
rawMessage: 'Part $found (mixed) of encapsed string cannot be cast to string.'
2203722043
identifier: encapsedStringPart.nonString
@@ -22044,18 +22050,6 @@ parameters:
2204422050
count: 1
2204522051
path: app/cdash/tests/test_subprojectnextprevious.php
2204622052

22047-
-
22048-
rawMessage: 'Part $second_buildid (mixed) of encapsed string cannot be cast to string.'
22049-
identifier: encapsedStringPart.nonString
22050-
count: 2
22051-
path: app/cdash/tests/test_subprojectnextprevious.php
22052-
22053-
-
22054-
rawMessage: 'Part $third_buildid (mixed) of encapsed string cannot be cast to string.'
22055-
identifier: encapsedStringPart.nonString
22056-
count: 1
22057-
path: app/cdash/tests/test_subprojectnextprevious.php
22058-
2205922053
-
2206022054
rawMessage: '''
2206122055
Call to deprecated method execute() of class CDash\Database:

0 commit comments

Comments
 (0)