Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Enno Woortmann committed Mar 23, 2022
1 parent f21bcef commit aa93507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Summary:
In this example the **AcceptOpenSuggestionForSong** step found a matching open suggestion and successfully accepted the suggestion.
Consequently, the further workflow execution is skipped.

### Custom-output-formatter
### Custom output formatter

The output of the `debug` method can be controlled via an implementation of the `OutputFormat` interface.
By default a string representation of the execution will be returned (just like the example outputs).
Expand All @@ -527,7 +527,7 @@ Currently the following additional formatters are implemented:
| `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'));` |
| `GraphViz` | Returns a string containing [GraphViz](https://graphviz.org/) code for a graph representing the workflow execution. <br />Example:<br />`$result->debug(new GraphViz());`|

## Tests ##
## Tests

The library is tested via [PHPUnit](https://phpunit.de/).

Expand Down

0 comments on commit aa93507

Please sign in to comment.