Commit eaaa35a
committed
bug #4145 Fix documentation for group_sequence_provider (giosh94mhz)
This PR was merged into the 2.3 branch.
Discussion
----------
Fix documentation for group_sequence_provider
The current documentation for `group_sequence_provider` option in the docs is wrong.
It states that the option should be set with:
```YAML
Your\Class\Name:
group_sequence_provider: ~
...
````
But this didn't work.
By looking at the unit test I came up the the right version:
```YAML
Your\Class\Name:
group_sequence_provider: true
...
````
Commits
-------
81cec5d Fix documentation for group_sequence_provider1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1115 | 1115 | | |
1116 | 1116 | | |
1117 | 1117 | | |
1118 | | - | |
| 1118 | + | |
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
| |||
0 commit comments