Skip to content

Commit

Permalink
temporary fix for psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Jul 25, 2021
1 parent 56df57e commit e9cd0c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.3",
"psalm/plugin-mockery": "^0.9.0",
"jetbrains/phpstorm-stubs": "dev-master",
"jetbrains/phpstorm-stubs": "2021.1",
"php-coveralls/php-coveralls": "^2.3"
},
"autoload": {
Expand Down
22 changes: 9 additions & 13 deletions composer.lock

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

7 changes: 7 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<projectFiles>
<directory name="src" />
</projectFiles>
<issueHandlers>
<PossiblyNullArgument>
<errorLevel type="suppress">
<file name="vendor/symfony/console/Command/Command.php"/>
</errorLevel>
</PossiblyNullArgument>
</issueHandlers>
<stubs>
<file name="vendor/jetbrains/phpstorm-stubs/FFI/FFI.php"/>
<file name="tools/stubs/ffi/libc.php"/>
Expand Down

0 comments on commit e9cd0c1

Please sign in to comment.