Skip to content

Commit 6dd04ff

Browse files
committed
Fix: Run 'make static-code-analysis-baseline'
1 parent 2c6e637 commit 6dd04ff

File tree

3 files changed

+1226
-194
lines changed

3 files changed

+1226
-194
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"require-dev": {
1414
"ext-curl": "*",
1515
"friendsofphp/php-cs-fixer": "^3.49.0",
16-
"phpunit/phpunit": "^10.5.10"
16+
"phpunit/phpunit": "^10.5.10",
17+
"vimeo/psalm": "^5.22.1"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)