Commit 41daca8
committed
minor symfony#7260 [Workflow] Add missing semicolon to workflow usage code block (dominikhajduk)
This PR was merged into the 3.2 branch.
Discussion
----------
[Workflow] Add missing semicolon to workflow usage code block
Fix second code block example on: http://symfony.com/doc/current/workflow/usage.html
```
class BlogPost
{
// This property is used by the marking store
public $currentPlace;
public $title;
public $content // missing ;
}
```
Commits
-------
96538b9 Fix typo in workflow usage code lock1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments