Skip to content

Commit

Permalink
Merge pull request #622 from Chris53897/feature/fix-psalm-warnings
Browse files Browse the repository at this point in the history
chore: silence psalm warnings, remove duplicate config param for call…
  • Loading branch information
danielmorell committed Apr 28, 2023
2 parents 3920155 + 6be7447 commit dc9e045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"docker-run": "docker run -it -v \"${PWD}\":/opt/rollbar/rollbar-php rollbar/rollbar-php:3",
"test": [
"phpcs --standard=PSR2 src tests",
"psalm --long-progress --use-baseline=psalm.baseline",
"psalm --long-progress",
"phpunit --coverage-clover build/logs/clover.xml --testsuite 'Rollbar Test Suite'"
],
"fix": "phpcbf --standard=PSR2 src tests",
Expand Down
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="psalm.baseline"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit dc9e045

Please sign in to comment.