@@ -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; |
| 7 | 7 | |
| 8 | 8 | use OldTown\Workflow\ZF2\Toolkit\Options\ModuleOptions; |
@@ -17,6 +17,6 @@ |
||
| 17 | 17 | { |
| 18 | 18 | public function __construct() |
| 19 | 19 | { |
| 20 | - $this->entityMap['entry'] = ExtEntry::class; |
|
| 20 | + $this->entityMap[ 'entry' ] = ExtEntry::class; |
|
| 21 | 21 | } |
| 22 | 22 | } |
@@ -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\Validator; |
| 7 | 7 | |
| 8 | 8 | use Zend\Validator\AbstractValidator; |
@@ -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\Validator; |
| 7 | 7 | |
| 8 | 8 | use Zend\Validator\AbstractValidator; |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | const CONFIG_KEY = 'workflow_zf2_toolkit'; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return array |
|
| 39 | + * @return string[] |
|
| 40 | 40 | */ |
| 41 | 41 | public function getModuleDependencies() |
| 42 | 42 | { |
@@ -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\Validator; |
| 7 | 7 | |
| 8 | 8 | use Zend\Validator\AbstractValidator; |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * Например |
| 18 | 18 | * DoctrineWorkflowStory\ExtEntry => MyClass::class |
| 19 | 19 | */ |
| 20 | - 'entityMap' => [], |
|
| 20 | + 'entityMap' => [ ], |
|
| 21 | 21 | /** |
| 22 | 22 | * Метаданные используемые для получения id процесса wf(entryId). |
| 23 | 23 | * Пример: |
@@ -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\Validator; |
| 7 | 7 | |
| 8 | 8 | use Zend\Validator\AbstractValidator; |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @throws \Doctrine\ORM\NonUniqueResultException |
| 26 | 26 | * @throws \Doctrine\ORM\NoResultException |
| 27 | 27 | */ |
| 28 | - public function findEntryByObjectInfo($workflowName, array $objectHash = []) |
|
| 28 | + public function findEntryByObjectInfo($workflowName, array $objectHash = [ ]) |
|
| 29 | 29 | { |
| 30 | 30 | $entryClassName = ExtEntry::class; |
| 31 | 31 | |
@@ -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; |
@@ -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\Validator; |
| 7 | 7 | |
| 8 | 8 | use Zend\Validator\AbstractValidator; |