We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7bcd7 commit f90727cCopy full SHA for f90727c
1 file changed
psalm-baseline.xml
@@ -3549,6 +3549,13 @@
3549
<PossiblyNullArgument>
3550
<code><![CDATA[$this->authKey]]></code>
3551
</PossiblyNullArgument>
3552
+ <PossiblyNullPropertyFetch>
3553
+ <code><![CDATA[$this->mainKey->authKey]]></code>
3554
+ <code><![CDATA[$this->mainKey->connectionState]]></code>
3555
+ </PossiblyNullPropertyFetch>
3556
+ <PossiblyNullReference>
3557
+ <code><![CDATA[getState]]></code>
3558
+ </PossiblyNullReference>
3559
<PropertyNotSetInConstructor>
3560
<code><![CDATA[$authedDcId]]></code>
3561
</PropertyNotSetInConstructor>
0 commit comments