You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes this under opcache:
class A {
function m(Traversable $z) {}
}
class B extends A {
function m(iterable $z) {}
}
Also fixes cases where A::m is Iterator, IteratorAggregate, etc.
0 commit comments