Skip to content

Commit

Permalink
rolling back constraint
Browse files Browse the repository at this point in the history
supporting newer versions of phpunit leads to an issue where if `Foo extends TestCase` and `TestCase::setUp()` does not explicitly return void, failure occurs.

see psalm#53
  • Loading branch information
SignpostMarv authored Feb 7, 2020
1 parent 4330aea commit e113531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.3.1",
"codeception/base": "^3.0",
"codeception/base": "^2.5",
"weirdan/codeception-psalm-module": "^0.2.2"
},
"extra": {
Expand Down

0 comments on commit e113531

Please sign in to comment.