mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 20:35:23 +01:00
Small psalm fix
This commit is contained in:
parent
27e4c750b9
commit
b56283c789
@ -20,6 +20,7 @@
|
||||
<ignoreFiles>
|
||||
<directory name="vendor" />
|
||||
<file name="src/TL/TLParser.php" />
|
||||
<file name="src/InternalDoc.php" />
|
||||
<file name="src/TL/SecretTLParser.php" />
|
||||
</ignoreFiles>
|
||||
</projectFiles>
|
||||
|
@ -111,6 +111,7 @@ trait FilesLogic
|
||||
|
||||
Assert::true(isset($_SERVER['REQUEST_METHOD']));
|
||||
|
||||
/** @psalm-suppress PossiblyUndefinedArrayOffset */
|
||||
$result = ResponseInfo::parseHeaders(
|
||||
$_SERVER['REQUEST_METHOD'],
|
||||
$headers,
|
||||
|
Loading…
Reference in New Issue
Block a user