Skip to content

Commit

Permalink
Update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 24, 2024
1 parent 4b900d3 commit 1a423f8
Show file tree
Hide file tree
Showing 5 changed files with 3,663 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
vendor/
composer.lock
3 changes: 0 additions & 3 deletions Tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
<MixedPropertyTypeCoercion>
<code><![CDATA[new \SplQueue()]]></code>
</MixedPropertyTypeCoercion>
<PossiblyUnusedParam>
<code><![CDATA[$Length]]></code>
</PossiblyUnusedParam>
<PossiblyUnusedReturnValue>
<code><![CDATA[bool]]></code>
</PossiblyUnusedReturnValue>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require-dev":
{
"phpunit/phpunit": "^10.3",
"vimeo/psalm": "^5.15",
"vimeo/psalm": "^5.26",
"phpstan/phpstan": "^1.10"
},
"autoload":
Expand Down
Loading

0 comments on commit 1a423f8

Please sign in to comment.