1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 20:35:23 +01:00

Small psalm fix

This commit is contained in:
Daniil Gentili 2024-04-18 20:01:26 +02:00
parent b56283c789
commit 2362e1168d

View File

@ -31,10 +31,5 @@
<StringIncrement errorLevel="suppress" />
<InvalidTraversableImplementation errorLevel="suppress" />
<RedundantPropertyInitializationCheck errorLevel="suppress" />
<MissingConstructor>
<errorLevel type="suppress">
<file name="src/InternalDoc.php" />
</errorLevel>
</MissingConstructor>
</issueHandlers>
</psalm>