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