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 |
|
Claas Augner
|
0369da4a30
|
test: ensure head/last work correctly
|
2021-07-05 14:02:39 +02:00 |
|
feek
|
72c74de915
|
feature: proper return types for logger. closes #161 (#163)
|
2021-07-04 13:45:13 -04:00 |
|
feek
|
e836b89901
|
wip on optional (#122)
* feature: hack in support for optional. Remove meta stub provider
Co-authored-by: Claas Augner <github@caugner.de>
|
2021-06-28 23:56:46 -04:00 |
|
Feek
|
5c724654b3
|
test: add test for app env
|
2020-07-25 20:17:31 -07:00 |
|