Skip to content

Commit

Permalink
composer(deps): bump phpstan/phpstan from 1.10.40 to 1.10.50 in /vend…
Browse files Browse the repository at this point in the history
…or-bin/phpstan (#839)

* composer(deps): bump phpstan/phpstan in /vendor-bin/phpstan

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.40 to 1.10.50.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.40...1.10.50)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix: Run 'make baseline'

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Möller <am@localheinz.com>
  • Loading branch information
dependabot[bot] and localheinz committed Jan 2, 2024
1 parent f142bd8 commit 2114cc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ parameters:
count: 1
path: src/Generator.php

-
message: "#^Call to an undefined static method UnitEnum\\:\\:cases\\(\\)\\.$#"
count: 2
path: src/Provider/Base.php

-
message: "#^Class UnitEnum not found\\.$#"
count: 2
Expand Down Expand Up @@ -323,11 +328,6 @@ parameters:
count: 1
path: src/Provider/pt_PT/Person.php

-
message: "#^Right side of \\|\\| is always false\\.$#"
count: 1
path: src/Provider/pt_PT/Person.php

-
message: "#^Parameter \\#1 \\$string of function substr expects string, int given\\.$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"php": "^7.4 || ^8.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan": "^1.10.50",
"phpstan/phpstan-deprecation-rules": "^1.1.4"
},
"config": {
Expand Down
12 changes: 6 additions & 6 deletions vendor-bin/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2114cc6

Please sign in to comment.