Skip to content

Commit 0d3ba57

Browse files
committed
Test
1 parent 53bd639 commit 0d3ba57

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"revolt/event-loop-adapter-react": "^1.1.1",
7777
"dg/bypass-finals": "dev-master",
7878
"brianium/paratest": "^6.11.1",
79-
"vimeo/psalm": "7.0.0-beta14"
79+
"vimeo/psalm": "dev-master"
8080
},
8181
"suggest": {
8282
"ext-primemodule": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",

‎psalm.xml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,11 @@
3333
<StringIncrement errorLevel="suppress" />
3434
<InvalidTraversableImplementation errorLevel="suppress" />
3535
<RedundantPropertyInitializationCheck errorLevel="suppress" />
36+
37+
<!-- Tmp, more work needed on the Psalm side -->
38+
<MissingPureAnnotation errorLevel="suppress" />
39+
<MissingImmutableAnnotation errorLevel="suppress" />
40+
<MissingAbstractPureAnnotation errorLevel="suppress" />
41+
<MissingInterfaceImmutableAnnotation errorLevel="suppress" />
3642
</issueHandlers>
3743
</psalm>

0 commit comments

Comments
 (0)