Skip to content

Commit 9b26f04

Browse files
author
Enno Woortmann
committed
Remove duplicated hint on custom container implementations
1 parent 54c6ee8 commit 9b26f04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ $workflowResult = (new \PHPWorkflow\Workflow('AddSongToPlaylist'))
193193

194194
Another possibility would be to define a step in the **Prepare** stage (e.g. **PopulateAddSongToPlaylistContainer**) which populates the injected **WorkflowContainer** object.
195195

196-
You can also extend the **WorkflowContainer** object to provide typed access to the data stored in the container.
197-
198196
## Stages
199197

200198
The following predefined stages are available when defining a workflow:

0 commit comments

Comments
 (0)