and one more

This commit is contained in:
Dylan K. Taylor 2023-06-07 20:58:15 +01:00
parent 92c45dd7e1
commit e747478afd
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -104,7 +104,7 @@ class BlockTest extends TestCase{
* @return int[][]
* @phpstan-return list<array{int,int}>
*/
public function blockGetProvider() : array{
public static function blockGetProvider() : array{
return [
[BlockLegacyIds::STONE, 5],
[BlockLegacyIds::GOLD_BLOCK, 0],