Skip to content

Commit

Permalink
composer(deps): bump phpstan/phpstan from 1.9.4 to 1.9.14 in /vendor-…
Browse files Browse the repository at this point in the history
…bin/phpstan (#597)

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

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

---
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 'vendor/bin/phpstan --generate-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 authored Feb 2, 2023
1 parent 5e79037 commit 55ce60c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,16 @@ parameters:
count: 1
path: src/Faker/Provider/File.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Faker/Provider/Lorem.php

-
message: "#^Variable \\$text in empty\\(\\) always exists and is always falsy\\.$#"
count: 1
path: src/Faker/Provider/Lorem.php

-
message: "#^Parameter \\#1 \\$str of function md5 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.2.0",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan": "^1.9.14",
"phpstan/phpstan-deprecation-rules": "^1.1.1"
},
"config": {
Expand Down
14 changes: 7 additions & 7 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 55ce60c

Please sign in to comment.