Skip to content

Commit db39d12

Browse files
Add return types to internal & magic methods when possible
1 parent 86fd3c5 commit db39d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransitionBlockerList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function isEmpty(): bool
6363
*
6464
* @return \ArrayIterator|TransitionBlocker[]
6565
*/
66-
public function getIterator()
66+
public function getIterator(): \Traversable
6767
{
6868
return new \ArrayIterator($this->blockers);
6969
}

0 commit comments

Comments
 (0)