File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ what actions are allowed on a blog post::
172
172
// ...
173
173
}
174
174
175
- // See all the available transition for the post in the current state
175
+ // See all the available transitions for the post in the current state
176
176
$transitions = $workflow->getEnabledTransitions($post);
177
177
178
178
Using Events
@@ -250,7 +250,8 @@ order:
250
250
* ``workflow.[workflow name].announce ``
251
251
* ``workflow.[workflow name].announce.[transition name] ``
252
252
253
- Here is an example how to enable logging for every time a the "blog_publishing" workflow leaves a place::
253
+ Here is an example of how to enable logging for every time a the "blog_publishing"
254
+ workflow leaves a place::
254
255
255
256
use Psr\Log\LoggerInterface;
256
257
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
You can’t perform that action at this time.
0 commit comments