add 'for' in macro workflow breadcrumb

This commit is contained in:
2022-03-08 17:06:12 +01:00
parent ee82bd2867
commit 13d579dc33
3 changed files with 8 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ class EntityWorkflowStep
* You should **not** rely on this method to get all users which are able to
* apply a transition on this step. Use @see{EntityWorkflowStep::getAllDestUser} instead.
*/
public function getDestUser(): collection
public function getDestUser(): Collection
{
return $this->destUser;
}