Skip to content

Commit

Permalink
Deal with this later
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 19, 2024
1 parent 7a42c04 commit d0778e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,4 @@ jobs:
run: vendor/bin/phpunit

- name: Install Psalm
run: composer require --dev vimeo/psalm

- name: Static Analysis
run: vendor/bin/psalm
run: composer require --dev vimeo/psalm:^4
1 change: 0 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<directory name="src" />
</projectFiles>
<issueHandlers>
<RedundantPropertyInitializationCheck errorLevel="info" />
<RedundantCast errorLevel="suppress" />
<!-- PHP 5 support requires being explicit, even if it means being redundant -->
<UnnecessaryVarAnnotation errorLevel="suppress" />
Expand Down

0 comments on commit d0778e8

Please sign in to comment.