@@ -20,8 +20,8 @@ |
||
20 | 20 | */ |
21 | 21 | class WorkflowExtensionsBundle extends Bundle |
22 | 22 | { /** |
23 | - * {@inheritdoc} |
|
24 | - */ |
|
23 | + * {@inheritdoc} |
|
24 | + */ |
|
25 | 25 | public function build(ContainerBuilder $container) |
26 | 26 | { |
27 | 27 | parent::build($container); |
@@ -363,7 +363,7 @@ |
||
363 | 363 | ->isRequired() |
364 | 364 | ->cannotBeEmpty() |
365 | 365 | ->info('Holds period defines offset from time of event catching for transition scheduling. '. |
366 | - 'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description') |
|
366 | + 'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description') |
|
367 | 367 | ->validate() |
368 | 368 | ->always() |
369 | 369 | ->then(function ($v) { |