Skip to content

Commit f90727c

Browse files
committed
Use built-in nullchecks
1 parent bc7bcd7 commit f90727c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

psalm-baseline.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,6 +3549,13 @@
35493549
<PossiblyNullArgument>
35503550
<code><![CDATA[$this->authKey]]></code>
35513551
</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>
35523559
<PropertyNotSetInConstructor>
35533560
<code><![CDATA[$authedDcId]]></code>
35543561
</PropertyNotSetInConstructor>

0 commit comments

Comments
 (0)