mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
bugfix/#7912: Add Iterator implements to stub
This commit is contained in:
parent
22080a1b15
commit
23eff58a09
@ -20,7 +20,7 @@ define('APC_ITER_TTL', 16384);
|
||||
define('APC_ITER_NONE', 0);
|
||||
define('APC_ITER_ALL', -1);
|
||||
|
||||
class APCUIterator
|
||||
class APCUIterator implements Iterator
|
||||
{
|
||||
/**
|
||||
* @param array<string>|null|string $search
|
||||
|
Loading…
x
Reference in New Issue
Block a user