You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@ Summary:
514
514
In this example the **AcceptOpenSuggestionForSong** step found a matching open suggestion and successfully accepted the suggestion.
515
515
Consequently, the further workflow execution is skipped.
516
516
517
-
### Custom-output-formatter
517
+
### Customoutputformatter
518
518
519
519
The output of the `debug` method can be controlled via an implementation of the `OutputFormat` interface.
520
520
By default a string representation of the execution will be returned (just like the example outputs).
@@ -527,7 +527,7 @@ Currently the following additional formatters are implemented:
527
527
|`WorkflowGraph`| Creates a SVG file containing a graph which represents the workflow execution. The generated image will be stored in the provided target directory. Requires `dot` executable.<br />Example:<br />`$result->debug(new WorkflowGraph('/var/log/workflow/graph'));`|
528
528
|`GraphViz`| Returns a string containing [GraphViz](https://graphviz.org/) code for a graph representing the workflow execution. <br />Example:<br />`$result->debug(new GraphViz());`|
529
529
530
-
## Tests ##
530
+
## Tests
531
531
532
532
The library is tested via [PHPUnit](https://phpunit.de/).
0 commit comments