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