mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
MemoryDump: fix PHPDoc types
This commit is contained in:
parent
5c905d9a95
commit
8ee70b209e
@ -253,12 +253,12 @@ final class MemoryDump{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param object[] $objects reference parameter
|
* @param object[]|true[] $objects reference parameter
|
||||||
* @param int[] $refCounts reference parameter
|
* @param int[] $refCounts reference parameter
|
||||||
*
|
*
|
||||||
* @phpstan-param array<string, object> $objects
|
* @phpstan-param array<string, object|true> $objects
|
||||||
* @phpstan-param array<string, int> $refCounts
|
* @phpstan-param array<string, int> $refCounts
|
||||||
* @phpstan-param-out array<string, object> $objects
|
* @phpstan-param-out array<string, object|true> $objects
|
||||||
* @phpstan-param-out array<string, int> $refCounts
|
* @phpstan-param-out array<string, int> $refCounts
|
||||||
*/
|
*/
|
||||||
private static function continueDump(mixed $from, array &$objects, array &$refCounts, int $recursion, int $maxNesting, int $maxStringSize) : mixed{
|
private static function continueDump(mixed $from, array &$objects, array &$refCounts, int $recursion, int $maxNesting, int $maxStringSize) : mixed{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user