Skip to content

[Workflow] Add missing semicolon to workflow usage code block #7260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

dominikhajduk
Copy link
Contributor

@dominikhajduk dominikhajduk commented Dec 14, 2016

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 ;
}

@dominikhajduk dominikhajduk changed the title Add missing semicolon to workflow usage code block [Workflow] Add missing semicolon to workflow usage code block Dec 14, 2016
@xabbuh
Copy link
Member

xabbuh commented Dec 14, 2016

👍

Status: Reviewed

@xabbuh
Copy link
Member

xabbuh commented Dec 14, 2016

Good catch, thanks @dominikhajduk.

@xabbuh xabbuh merged commit 96538b9 into symfony:3.2 Dec 14, 2016
xabbuh added a commit that referenced this pull request Dec 14, 2016
…lock (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 lock
@dominikhajduk dominikhajduk deleted the patch-1 branch January 8, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants