We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fd3c5 commit db39d12Copy full SHA for db39d12
TransitionBlockerList.php
@@ -63,7 +63,7 @@ public function isEmpty(): bool
63
*
64
* @return \ArrayIterator|TransitionBlocker[]
65
*/
66
- public function getIterator()
+ public function getIterator(): \Traversable
67
{
68
return new \ArrayIterator($this->blockers);
69
}
0 commit comments