@@ -95,7 +95,7 @@ |
||
95 | 95 | ->isRequired() |
96 | 96 | ->cannotBeEmpty() |
97 | 97 | ->info('Holds period defines offset from time of event catching for transition scheduling. '. |
98 | - 'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description') |
|
98 | + 'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description') |
|
99 | 99 | ->validate() |
100 | 100 | ->always() |
101 | 101 | ->then(function ($v) { |
@@ -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); |