Skip to content

Commit

Permalink
Merge pull request #2706 from shopware5/dependabot/composer/phpstan/p…
Browse files Browse the repository at this point in the history
…hpstan-1.11.4

chore(deps-dev): bump phpstan/phpstan from 1.11.3 to 1.11.4
  • Loading branch information
mitelg authored Jun 11, 2024
2 parents 573f07b + ccc0934 commit 7645df1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
25 changes: 0 additions & 25 deletions .phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13510,11 +13510,6 @@ parameters:
count: 1
path: engine/Shopware/Components/Api/Resource/Media.php

-
message: "#^Parameter \\#1 \\$filename of function unlink expects string, string\\|false given\\.$#"
count: 1
path: engine/Shopware/Components/Api/Resource/Media.php

-
message: "#^Parameter \\#1 \\$path of method Shopware\\\\Models\\\\Media\\\\Media\\:\\:setPath\\(\\) expects string, string\\|null given\\.$#"
count: 1
Expand Down Expand Up @@ -15330,16 +15325,6 @@ parameters:
count: 1
path: engine/Shopware/Components/Document.php

-
message: "#^Parameter \\#1 \\$filename of function fopen expects string, string\\|false given\\.$#"
count: 1
path: engine/Shopware/Components/Document.php

-
message: "#^Parameter \\#1 \\$filename of function unlink expects string, string\\|false given\\.$#"
count: 1
path: engine/Shopware/Components/Document.php

-
message: "#^Parameter \\#1 \\$template of method Shopware\\\\Components\\\\Theme\\\\Inheritance\\:\\:getTemplateDirectories\\(\\) expects Shopware\\\\Models\\\\Shop\\\\Template, Shopware\\\\Models\\\\Shop\\\\Template\\|null given\\.$#"
count: 1
Expand Down Expand Up @@ -23135,16 +23120,6 @@ parameters:
count: 1
path: engine/Shopware/Controllers/Backend/PluginInstaller.php

-
message: "#^Parameter \\#1 \\$path of function realpath expects string, string\\|false given\\.$#"
count: 1
path: engine/Shopware/Controllers/Backend/PluginInstaller.php

-
message: "#^Parameter \\#2 \\$name of method Symfony\\\\Component\\\\HttpFoundation\\\\File\\\\UploadedFile\\:\\:move\\(\\) expects string\\|null, string\\|false given\\.$#"
count: 1
path: engine/Shopware/Controllers/Backend/PluginInstaller.php

-
message: "#^Query error\\: Column \"s_core_licenses\\.module\" expects value type string, got type mixed$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"friends-of-behat/mink-extension": "2.7.5",
"php-parallel-lint/php-var-dump-check": "^0.5",
"phpstan/extension-installer": "1.4.1",
"phpstan/phpstan": "1.11.3",
"phpstan/phpstan": "1.11.4",
"phpstan/phpstan-doctrine": "1.4.3",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-symfony": "1.4.4",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit 7645df1

Please sign in to comment.