@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\ZF2\Service\Annotation; |
7 | 7 | |
8 | 8 | use Doctrine\Common\Annotations\Annotation\Required; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\ZF2\Service\Annotation; |
7 | 7 | |
8 | 8 | use Doctrine\Common\Annotations\Annotation\Required; |
@@ -22,5 +22,5 @@ |
||
22 | 22 | * |
23 | 23 | * @Required() |
24 | 24 | */ |
25 | - public $argumentsMap = []; |
|
25 | + public $argumentsMap = [ ]; |
|
26 | 26 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/workflow-zf2-service |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/workflow-zf2-service |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\ZF2\Service\Event; |
7 | 7 | |
8 | 8 | use OldTown\Workflow\WorkflowInterface; |
@@ -35,12 +35,12 @@ |
||
35 | 35 | 'workflow_zf2_serviceEngine' => [ |
36 | 36 | 'metadataReaderManagerClassName' => MetadataReaderManager::class, |
37 | 37 | 'metadataReader' => 'annotation', |
38 | - 'metadataReaderOptions' => [] |
|
38 | + 'metadataReaderOptions' => [ ] |
|
39 | 39 | ], |
40 | 40 | 'workflow_zf2_service' => [ |
41 | - 'invokables' => [], |
|
42 | - 'factories' => [], |
|
43 | - 'abstract_factories' => [], |
|
44 | - 'aliases' => [] |
|
41 | + 'invokables' => [ ], |
|
42 | + 'factories' => [ ], |
|
43 | + 'abstract_factories' => [ ], |
|
44 | + 'aliases' => [ ] |
|
45 | 45 | ] |
46 | 46 | ]; |
47 | 47 | \ No newline at end of file |