mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 10:31:13 +01:00
Update baseline
This commit is contained in:
parent
48abbd5838
commit
71564a3510
@ -1084,6 +1084,16 @@
|
|||||||
<code><![CDATA[fn () => $callable()]]></code>
|
<code><![CDATA[fn () => $callable()]]></code>
|
||||||
</MissingClosureReturnType>
|
</MissingClosureReturnType>
|
||||||
</file>
|
</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">
|
<file src="src/Loop/Update/FeedLoop.php">
|
||||||
<MissingClosureParamType>
|
<MissingClosureParamType>
|
||||||
<code>$msg</code>
|
<code>$msg</code>
|
||||||
@ -1471,6 +1481,10 @@
|
|||||||
<code>$res</code>
|
<code>$res</code>
|
||||||
<code>$res</code>
|
<code>$res</code>
|
||||||
</PossiblyUndefinedVariable>
|
</PossiblyUndefinedVariable>
|
||||||
|
<RedundantCastGivenDocblockType>
|
||||||
|
<code><![CDATA[(string) $messageMedia['iv']]]></code>
|
||||||
|
<code><![CDATA[(string) $messageMedia['key']]]></code>
|
||||||
|
</RedundantCastGivenDocblockType>
|
||||||
<RedundantCondition>
|
<RedundantCondition>
|
||||||
<code><![CDATA[$fingerprint !== $messageMedia['key_fingerprint']]]></code>
|
<code><![CDATA[$fingerprint !== $messageMedia['key_fingerprint']]]></code>
|
||||||
</RedundantCondition>
|
</RedundantCondition>
|
||||||
@ -2176,6 +2190,9 @@
|
|||||||
<code>\is_resource($stream)</code>
|
<code>\is_resource($stream)</code>
|
||||||
<code>\is_resource($stream)</code>
|
<code>\is_resource($stream)</code>
|
||||||
</DocblockTypeContradiction>
|
</DocblockTypeContradiction>
|
||||||
|
<InvalidScalarArgument>
|
||||||
|
<code>$value</code>
|
||||||
|
</InvalidScalarArgument>
|
||||||
<MissingClosureParamType>
|
<MissingClosureParamType>
|
||||||
<code>$arg</code>
|
<code>$arg</code>
|
||||||
</MissingClosureParamType>
|
</MissingClosureParamType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user