Skip to content

Commit 2114cc6

Browse files
composer(deps): bump phpstan/phpstan from 1.10.40 to 1.10.50 in /vendor-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>
1 parent f142bd8 commit 2114cc6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ parameters:
3030
count: 1
3131
path: src/Generator.php
3232

33+
-
34+
message: "#^Call to an undefined static method UnitEnum\\:\\:cases\\(\\)\\.$#"
35+
count: 2
36+
path: src/Provider/Base.php
37+
3338
-
3439
message: "#^Class UnitEnum not found\\.$#"
3540
count: 2
@@ -323,11 +328,6 @@ parameters:
323328
count: 1
324329
path: src/Provider/pt_PT/Person.php
325330

326-
-
327-
message: "#^Right side of \\|\\| is always false\\.$#"
328-
count: 1
329-
path: src/Provider/pt_PT/Person.php
330-
331331
-
332332
message: "#^Parameter \\#1 \\$string of function substr expects string, int given\\.$#"
333333
count: 1

vendor-bin/phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"php": "^7.4 || ^8.0",
44
"phpstan/extension-installer": "^1.3.1",
5-
"phpstan/phpstan": "^1.10.40",
5+
"phpstan/phpstan": "^1.10.50",
66
"phpstan/phpstan-deprecation-rules": "^1.1.4"
77
},
88
"config": {

vendor-bin/phpstan/composer.lock

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

0 commit comments

Comments
 (0)