mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Force typing for ArrayIterator in EntityWorkflow
This commit is contained in:
parent
ad47804c91
commit
c16219dc6d
@ -286,6 +286,7 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface
|
|||||||
return $this->stepsChainedCache;
|
return $this->stepsChainedCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @var \ArrayIterator $iterator */
|
||||||
$iterator = $this->steps->getIterator();
|
$iterator = $this->steps->getIterator();
|
||||||
$current = null;
|
$current = null;
|
||||||
$steps = [];
|
$steps = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user