Skip to content

Commit

Permalink
Fixed example for evaluated parameters (nelmio#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode authored and theofidry committed Aug 14, 2019
1 parent c7e4dfc commit 54d1e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fixtures-refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Will give you `'<{shop_id}>'` for the `id` of `shop1`, `shop2`, ... `shop10`. In
you really need parameters that benefit from that feature in alice 3.x you can use the following workaround:

```yaml
stdClass
stdClass:
parameters:
shop_id: '<uniqid()>'
Expand Down

0 comments on commit 54d1e09

Please sign in to comment.