1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 10:11:13 +01:00

Update baseline

This commit is contained in:
Daniil Gentili 2023-09-23 22:11:15 +02:00
parent 48abbd5838
commit 71564a3510
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1084,6 +1084,16 @@
<code><![CDATA[fn () => $callable()]]></code>
</MissingClosureReturnType>
</file>
<file src="src/Loop/Secret/SecretFeedLoop.php">
<TypeDoesNotContainType>
<code><![CDATA[isset($this->API->logger)]]></code>
</TypeDoesNotContainType>
</file>
<file src="src/Loop/Secret/SecretSeqLoop.php">
<TypeDoesNotContainType>
<code><![CDATA[isset($this->API->logger)]]></code>
</TypeDoesNotContainType>
</file>
<file src="src/Loop/Update/FeedLoop.php">
<MissingClosureParamType>
<code>$msg</code>
@ -1471,6 +1481,10 @@
<code>$res</code>
<code>$res</code>
</PossiblyUndefinedVariable>
<RedundantCastGivenDocblockType>
<code><![CDATA[(string) $messageMedia['iv']]]></code>
<code><![CDATA[(string) $messageMedia['key']]]></code>
</RedundantCastGivenDocblockType>
<RedundantCondition>
<code><![CDATA[$fingerprint !== $messageMedia['key_fingerprint']]]></code>
</RedundantCondition>
@ -2176,6 +2190,9 @@
<code>\is_resource($stream)</code>
<code>\is_resource($stream)</code>
</DocblockTypeContradiction>
<InvalidScalarArgument>
<code>$value</code>
</InvalidScalarArgument>
<MissingClosureParamType>
<code>$arg</code>
</MissingClosureParamType>