From 2c9437ded4d961b0b7166d9cfc483a8277491d92 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 4 Mar 2020 08:54:27 +0100 Subject: [PATCH 1/2] Typo Since 4.4 we have 4 methods --- workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.rst b/workflow.rst index dc40f485d60..9a16fa37462 100644 --- a/workflow.rst +++ b/workflow.rst @@ -458,7 +458,7 @@ This means that each event has access to the following information: Returns a metadata. For Guard Events, there is an extended :class:`Symfony\\Component\\Workflow\\Event\\GuardEvent` class. -This class has two more methods: +This class has the additonal methods: :method:`Symfony\\Component\\Workflow\\Event\\GuardEvent::isBlocked` Returns if transition is blocked. From 5b2a8702d9fcceda82e364a24741d3f476ca0ff7 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 4 Mar 2020 10:15:04 +0100 Subject: [PATCH 2/2] Typo --- workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.rst b/workflow.rst index 9a16fa37462..5a52219ecd4 100644 --- a/workflow.rst +++ b/workflow.rst @@ -458,7 +458,7 @@ This means that each event has access to the following information: Returns a metadata. For Guard Events, there is an extended :class:`Symfony\\Component\\Workflow\\Event\\GuardEvent` class. -This class has the additonal methods: +This class has these additonal methods: :method:`Symfony\\Component\\Workflow\\Event\\GuardEvent::isBlocked` Returns if transition is blocked.