1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 07:38:58 +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> <PossiblyInvalidArrayAccess>
<code><![CDATA[$this->getSelf()['bot']]]></code> <code><![CDATA[$this->getSelf()['bot']]]></code>
<code><![CDATA[$this->getSelf()['id']]]></code> <code><![CDATA[$this->getSelf()['id']]]></code>
<code><![CDATA[$this->getSelf()['id']]]></code>
<code><![CDATA[$this->getSelf()['premium']]]></code> <code><![CDATA[$this->getSelf()['premium']]]></code>
</PossiblyInvalidArrayAccess> </PossiblyInvalidArrayAccess>
<PossiblyNullArgument> <PossiblyNullArgument>
@ -4945,6 +4946,7 @@
<code><![CDATA[$update]]></code> <code><![CDATA[$update]]></code>
<code><![CDATA[$update]]></code> <code><![CDATA[$update]]></code>
<code><![CDATA[$update]]></code> <code><![CDATA[$update]]></code>
<code><![CDATA[['type' => $update['_']]]]></code>
</MixedArgumentTypeCoercion> </MixedArgumentTypeCoercion>
<MixedArrayAccess> <MixedArrayAccess>
<code><![CDATA[$action['_']]]></code> <code><![CDATA[$action['_']]]></code>