Martin Zurowietz
|
f6193ad5cb
|
Replace deprecated totallyTyped attribute
totallyTyped was deprecated in Psalm v4.21.0 [1].
totallyTyped="true" is equivalent to errorLevel="1" and
totallyTyped="false" is equivalent to errorLevel="2" plus
reportMixedIssues="false" [2].
[1] https://github.com/vimeo/psalm/releases/tag/4.21.0
[2] https://psalm.dev/docs/running_psalm/configuration/#totallytyped
|
2022-02-21 10:15:13 +01:00 |
|
feek
|
935357a7c8
|
Merge pull request #171 from caugner/test-abort
test: add test case for abort()
|
2021-07-06 14:24:43 -04:00 |
|
Claas Augner
|
714db50e4f
|
Reword acceptance tests
|
2021-07-06 16:28:37 +02:00 |
|
Claas Augner
|
a73188d9fa
|
test: add test case for abort()
|
2021-07-06 16:18:28 +02:00 |
|
Feek
|
1db37bec61
|
feature: abort_if support
|
2020-07-24 08:29:54 -07:00 |
|