Skip to content

Commit bb0f51e

Browse files
committed
Bump
1 parent 64aa53c commit bb0f51e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

psalm-baseline.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7162,6 +7162,9 @@
71627162
<code><![CDATA[$this->tdDescriptions['methods'][$name]]]></code>
71637163
<code><![CDATA[$this->tdDescriptions['methods'][$name]]]></code>
71647164
</EmptyArrayAccess>
7165+
<InvalidScalarArgument>
7166+
<code><![CDATA[$value]]></code>
7167+
</InvalidScalarArgument>
71657168
<LessSpecificReturnStatement>
71667169
<code><![CDATA[$TL_dict]]></code>
71677170
</LessSpecificReturnStatement>
@@ -7287,7 +7290,6 @@
72877290
<code><![CDATA[$this->constructors->findByPredicate('vector')['id']]]></code>
72887291
<code><![CDATA[$this->constructors->findByPredicate('vector')['id']]]></code>
72897292
<code><![CDATA[$this->constructors->findByPredicate((bool) $object ? 'boolTrue' : 'boolFalse')['id']]]></code>
7290-
<code><![CDATA[$this->constructors->findByType($type)['predicate']]]></code>
72917293
<code><![CDATA[$this->tdDescriptions['methods'][$name]['params']]]></code>
72927294
<code><![CDATA[$tl['id']]]></code>
72937295
<code><![CDATA[$type]]></code>
@@ -7296,6 +7298,7 @@
72967298
<code><![CDATA[$type['connection']->new_outgoing[$x['req_msg_id']]]]></code>
72977299
<code><![CDATA[$type['type'][0]]]></code>
72987300
<code><![CDATA[$type['type'][0]]]></code>
7301+
<code><![CDATA[$value['predicate']]]></code>
72997302
</MixedArrayAccess>
73007303
<MixedArrayAssignment>
73017304
<code><![CDATA[$TL_dict['constructors']]]></code>
@@ -7431,6 +7434,7 @@
74317434
<code><![CDATA[$value]]></code>
74327435
<code><![CDATA[$value]]></code>
74337436
<code><![CDATA[$value]]></code>
7437+
<code><![CDATA[$value]]></code>
74347438
<code><![CDATA[$x]]></code>
74357439
<code><![CDATA[$x]]></code>
74367440
<code><![CDATA[$x]]></code>
@@ -7489,9 +7493,6 @@
74897493
* methods: list<array{id: numeric-string, method: string, params: list<array{name: string, type: string}>, type: string, layer?: int}>
74907494
* }]]></code>
74917495
</MoreSpecificReturnType>
7492-
<PossiblyFalseArgument>
7493-
<code><![CDATA[$value]]></code>
7494-
</PossiblyFalseArgument>
74957496
<PossiblyInvalidArgument>
74967497
<code><![CDATA[$arguments['cancellation'] ?? null]]></code>
74977498
<code><![CDATA[$arguments['cancellation'] ?? null]]></code>
@@ -7505,9 +7506,6 @@
75057506
<PossiblyInvalidIterator>
75067507
<code><![CDATA[$x['value']]]></code>
75077508
</PossiblyInvalidIterator>
7508-
<PossiblyNullArgument>
7509-
<code><![CDATA[$value]]></code>
7510-
</PossiblyNullArgument>
75117509
<PossiblyNullReference>
75127510
<code><![CDATA[botAPIToMTProto]]></code>
75137511
</PossiblyNullReference>

0 commit comments

Comments
 (0)