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