Skip to content

Commit 21cf16b

Browse files
Bump phpstan/phpstan from 2.1.33 to 2.1.37 (#3410)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=2.1.33&new-version=2.1.37)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Allen <[email protected]>
1 parent 339fee6 commit 21cf16b

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"laravel/dusk": "8.3.4",
5555
"mockery/mockery": "1.6.12",
5656
"phpstan/extension-installer": "1.4.3",
57-
"phpstan/phpstan": "2.1.33",
57+
"phpstan/phpstan": "2.1.37",
5858
"phpstan/phpstan-deprecation-rules": "2.0.3",
5959
"phpstan/phpstan-mockery": "2.0.0",
6060
"phpstan/phpstan-phpunit": "2.0.12",

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12603,6 +12603,12 @@ parameters:
1260312603
count: 1
1260412604
path: app/cdash/include/Messaging/Topic/TestFailureTopic.php
1260512605

12606+
-
12607+
rawMessage: 'Parameter #1 $key of method Illuminate\Support\Collection<(int|string),mixed>::put() expects (int|string), mixed given.'
12608+
identifier: argument.type
12609+
count: 2
12610+
path: app/cdash/include/Messaging/Topic/TestFailureTopic.php
12611+
1260612612
-
1260712613
rawMessage: 'Parameter #2 $item (App\Models\Test) of method CDash\Messaging\Topic\TestFailureTopic::itemHasTopicSubject() should be contravariant with parameter $item (mixed) of method CDash\Messaging\Topic\Topic::itemHasTopicSubject()'
1260812614
identifier: method.childParameterType
@@ -27524,3 +27530,9 @@ parameters:
2752427530
identifier: phpunit.assertEquals
2752527531
count: 1
2752627532
path: tests/Unit/Middleware/InternalTest.php
27533+
27534+
-
27535+
rawMessage: 'Call to static method set() on an unknown class Config.'
27536+
identifier: class.notFound
27537+
count: 3
27538+
path: tests/Unit/Validators/PasswordTest.php

0 commit comments

Comments
 (0)