Commit a6e8ad0
committed
minor #8202 [Workflow] Fixed example usage of DefinitionBuilder (althaus)
This PR was merged into the 3.3 branch.
Discussion
----------
[Workflow] Fixed example usage of DefinitionBuilder
Hi,
the first code example uses the `DefinitionBuilder` with the fluent interface and a finale `build()` call. `$definition` still is the builder and not the built defintion.
Cheers
Matthias
Commits
-------
f1d6ea4 [WORKFLOW] Fixed example usage of DefinitionBuilder1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments