mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
and one more
This commit is contained in:
@ -104,7 +104,7 @@ class BlockTest extends TestCase{
|
|||||||
* @return int[][]
|
* @return int[][]
|
||||||
* @phpstan-return list<array{int,int}>
|
* @phpstan-return list<array{int,int}>
|
||||||
*/
|
*/
|
||||||
public function blockGetProvider() : array{
|
public static function blockGetProvider() : array{
|
||||||
return [
|
return [
|
||||||
[BlockLegacyIds::STONE, 5],
|
[BlockLegacyIds::STONE, 5],
|
||||||
[BlockLegacyIds::GOLD_BLOCK, 0],
|
[BlockLegacyIds::GOLD_BLOCK, 0],
|
||||||
|
Reference in New Issue
Block a user