@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-toolkit |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-toolkit |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Toolkit\DoctrineWorkflowStory; |
| 7 | 7 | |
| 8 | 8 | use Zend\Serializer\AdapterPluginManager as SerializerManager; |
@@ -26,13 +26,13 @@ |
||
| 26 | 26 | * |
| 27 | 27 | * @param array $options |
| 28 | 28 | */ |
| 29 | - public function __construct(array $options = []) |
|
| 29 | + public function __construct(array $options = [ ]) |
|
| 30 | 30 | { |
| 31 | 31 | $initOptions = [ |
| 32 | - array_key_exists('entryToObjectsService', $options) ? $options['entryToObjectsService'] : null |
|
| 32 | + array_key_exists('entryToObjectsService', $options) ? $options[ 'entryToObjectsService' ] : null |
|
| 33 | 33 | ]; |
| 34 | 34 | |
| 35 | - call_user_func_array([$this, 'init'], $initOptions); |
|
| 35 | + call_user_func_array([ $this, 'init' ], $initOptions); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-zf2-toolkit |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-zf2-toolkit |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\ZF2\Toolkit\DoctrineWorkflowStory; |
| 7 | 7 | |
| 8 | 8 | use Zend\Serializer\AdapterPluginManager as SerializerManager; |