Skip to content

Commit

Permalink
ci(psalm): Update psalm baseline and remove unused closure param
Browse files Browse the repository at this point in the history
- Update psalm baseline version to 5.24.0
- Remove unused closure param in PushDeerClient.php
  • Loading branch information
guanguans committed Jun 14, 2024
1 parent bf9a95c commit 2586a77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 1 addition & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.0@005e3184fb6de4350a873b9b8c4dc3cede9db762">
<file src="src/Foundation/Concerns/HasHttpClient.php">
<UndefinedConstant>
<code><![CDATA[MULTIPART_TRY_OPEN_FILE]]></code>
</UndefinedConstant>
</file>
</files>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e"/>
12 changes: 7 additions & 5 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
<plugins>
<!--<pluginClass class="Psalm\LaravelPlugin\Plugin"/>-->
</plugins>
<!--<file src="src/Clients/PushDeerClient.php">
<UnusedClosureParam occurrences="1">
<code>$optionsResolver</code>
</UnusedClosureParam>
</file>-->
<!--<files psalm-version="5.23.0@005e3184fb6de4350a873b9b8c4dc3cede9db762">
<file src="src/Foundation/Concerns/HasHttpClient.php">
<UndefinedConstant>
<code><![CDATA[MULTIPART_TRY_OPEN_FILE]]></code>
</UndefinedConstant>
</file>
</files>-->
</psalm>

0 comments on commit 2586a77

Please sign in to comment.