Skip to content

Commit

Permalink
Merge pull request #144 from ergebnis/dependabot/composer/vimeo/psalm…
Browse files Browse the repository at this point in the history
…-5.20.0

composer(deps-dev): bump vimeo/psalm from 5.19.1 to 5.20.0
  • Loading branch information
localheinz committed Jan 26, 2024
2 parents ef0474e + 2814d74 commit 632d5e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"psalm/plugin-phpunit": "~0.18.4",
"rector/rector": "~0.18.13",
"spatie/laravel-ignition": "^2.4.1",
"vimeo/psalm": "^5.19.1"
"vimeo/psalm": "^5.20.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
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.

5 changes: 4 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<file src="app/Exceptions/Handler.php">
<UnusedClosureParam>
<code>$e</code>
Expand Down Expand Up @@ -36,6 +36,9 @@
<MixedPropertyFetch>
<code><![CDATA[$request->user()?->id]]></code>
</MixedPropertyFetch>
<RiskyTruthyFalsyComparison>
<code><![CDATA[$request->user()?->id]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="config/broadcasting.php">
<MixedOperand>
Expand Down

0 comments on commit 632d5e9

Please sign in to comment.