mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Fixed PHPUnit deprecation warnings
This commit is contained in:
@ -32,7 +32,7 @@ class LegacyStringToItemParserTest extends TestCase{
|
||||
* @return mixed[][]
|
||||
* @phpstan-return list<array{string,Item}>
|
||||
*/
|
||||
public function itemFromStringProvider() : array{
|
||||
public static function itemFromStringProvider() : array{
|
||||
return [
|
||||
["dye:4", VanillaItems::LAPIS_LAZULI()],
|
||||
["351", VanillaItems::INK_SAC()],
|
||||
|
Reference in New Issue
Block a user