1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 04:39:50 +01:00
This commit is contained in:
Daniil Gentili 2024-05-05 16:31:24 +02:00
parent 59b14bca76
commit 9836a0d846

View File

@ -3291,6 +3291,7 @@
<PossiblyInvalidArrayAccess>
<code><![CDATA[$this->getSelf()['bot']]]></code>
<code><![CDATA[$this->getSelf()['id']]]></code>
<code><![CDATA[$this->getSelf()['id']]]></code>
<code><![CDATA[$this->getSelf()['premium']]]></code>
</PossiblyInvalidArrayAccess>
<PossiblyNullArgument>
@ -4945,6 +4946,7 @@
<code><![CDATA[$update]]></code>
<code><![CDATA[$update]]></code>
<code><![CDATA[$update]]></code>
<code><![CDATA[['type' => $update['_']]]]></code>
</MixedArgumentTypeCoercion>
<MixedArrayAccess>
<code><![CDATA[$action['_']]]></code>