Skip to content

Commit

Permalink
build(deps-dev): update phpstan/phpstan requirement from 0.12.63 to 0…
Browse files Browse the repository at this point in the history
….12.64 (#4244)

Co-authored-by: Markus Staab <47448731+clxmstaab@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and clxmstaab committed Dec 30, 2020
1 parent f00e33b commit d2e823d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .tools/phpstan/baseline.neon
Expand Up @@ -311,17 +311,12 @@ parameters:
path: ../../redaxo/src/core/lib/login/login.php

-
message: "#^Offset 'install' on array\\('install' \\=\\> bool, \\?'status' \\=\\> bool, \\?'plugins' \\=\\> array\\<int\\|string, array\\('install' \\=\\> bool, 'status' \\=\\> bool\\)\\>\\) on left side of \\?\\? always exists and is not nullable\\.$#"
message: "#^Offset 'install' on array\\('install' \\=\\> bool, \\?'status' \\=\\> bool, \\?'plugins' \\=\\> array\\<int\\|string, array\\('install' \\=\\> bool, \\?'status' \\=\\> bool\\)\\>\\) on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: ../../redaxo/src/core/lib/packages/addons/addon.php

-
message: "#^Offset 'install' on array\\('install' \\=\\> bool, 'status' \\=\\> bool\\) on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: ../../redaxo/src/core/lib/packages/addons/addon.php

-
message: "#^Offset 'status' on array\\('install' \\=\\> bool, 'status' \\=\\> bool\\) on left side of \\?\\? always exists and is not nullable\\.$#"
message: "#^Offset 'install' on array\\('install' \\=\\> bool, \\?'status' \\=\\> bool\\) on left side of \\?\\? always exists and is not nullable\\.$#"
count: 1
path: ../../redaxo/src/core/lib/packages/addons/addon.php

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
"friendsofredaxo/linter": "1.2.7",
"j13k/yaml-lint": "^1.1@dev",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan": "0.12.63",
"phpstan/phpstan": "0.12.64",
"phpstan/phpstan-deprecation-rules": "0.12.6",
"phpstan/phpstan-phpunit": "0.12.17",
"phpstan/phpstan-symfony": "0.12.12",
Expand Down

0 comments on commit d2e823d

Please sign in to comment.