Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Here is an example how to enable logging for every time a the "blog_publishing"
public function onLeave(Event $event)
{
$this->logger->alert(sprintf(
'Blog post (id: "%s") preformed transaction "%s" form "%s" to "%s"',
'Blog post (id: "%s") preformed transaction "%s" from "%s" to "%s"',
Copy link
Member

@xabbuh xabbuh May 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"preformed" should probably be "performed", right? Can you make that change too?

$event->getSubject()->getId(),
$event->getTransition()->getName(),
implode(', ', array_keys($event->getMarking()->getPlaces())),
Expand Down