mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Fixed PHPStan iterable types for LevelDBIterator
This commit is contained in:
@ -8,4 +8,11 @@ class LevelDB{
|
||||
* @return string|false
|
||||
*/
|
||||
public function get($key, array $read_options = []){}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @implements Iterator<string, string>
|
||||
*/
|
||||
class LevelDBIterator implements Iterator{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user