Update pocketmine-ng-baseline.neon#14611
Conversation
|
@VincentLanglet you double checked these new errors already and they are valid, right? |
|
I checked phpstan/phpstan-src#5649 but this wasn't in the list |
| path: repo/tools/generate-item-upgrade-schema.php | ||
|
|
||
| - | ||
| message: '#^Casting to list\<string\> something that''s already list\<string\>\.$#' |
There was a problem hiding this comment.
I think it's coming from https://github.com/pmmp/PocketMine-MP/blob/c9e7b3ab9bd2149f206392522e8eb7e9d8d68cfa/src/crash/CrashDump.php#L166
We improved the understanding of argv
phpstan/phpstan-src@bdd67bc
| message: '#^Offset 0\|1 might not exist on non\-empty\-array\{1\?\: \*NEVER\*, 0\?\: \*NEVER\*\}\.$#' | ||
| identifier: offsetAccess.notFound | ||
| count: 1 | ||
| path: repo/src/data/bedrock/item/ItemSerializerDeserializerRegistrar.php | ||
|
|
||
| - | ||
| message: '#^Offset 0\|1\|2\|3 might not exist on non\-empty\-array\{0\?\: non\-empty\-array\{1\?\: \*NEVER\*, 0\?\: \*NEVER\*\}, 1\?\: non\-empty\-array\{1\?\: \*NEVER\*, 0\?\: \*NEVER\*\}, 2\?\: non\-empty\-array\{1\?\: \*NEVER\*, 0\?\: \*NEVER\*\}, 3\?\: non\-empty\-array\{1\?\: \*NEVER\*, 0\?\: \*NEVER\*\}\}\.$#' | ||
| identifier: offsetAccess.notFound | ||
| count: 1 | ||
| path: repo/src/data/bedrock/item/ItemSerializerDeserializerRegistrar.php |
There was a problem hiding this comment.
I'm unsure where come from the error
https://github.com/pmmp/PocketMine-MP/blob/stable/src/data/bedrock/item/ItemSerializerDeserializerRegistrar.php
But looking at the shape of the array the error make sens.
I just dunno why it say *NEVER* everywhere... That's an error we had in another baseline I think
|
I think the entries are already in the baseline and there is nothing to change |
the PMMP build needs to be green so the "regenerate baseline" job is working again