@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | * @param string $status |
| 229 | 229 | * @param array $previousIds |
| 230 | 230 | * |
| 231 | - * @return StepInterface|void |
|
| 231 | + * @return integer |
|
| 232 | 232 | * |
| 233 | 233 | * @throws Exception\DoctrineRuntimeException |
| 234 | 234 | * @throws \OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception\RuntimeException |
@@ -272,9 +272,9 @@ discard block |
||
| 272 | 272 | /** |
| 273 | 273 | * @param int $entryId |
| 274 | 274 | * |
| 275 | - * @return \Doctrine\Common\Collections\ArrayCollection|Entity\StepInterface[] |
|
| 275 | + * @return SplObjectStorage |
|
| 276 | 276 | * |
| 277 | - * @return StepInterface[] |
|
| 277 | + * @return SplObjectStorage |
|
| 278 | 278 | * |
| 279 | 279 | * @throws Exception\DoctrineRuntimeException |
| 280 | 280 | * @throws Exception\InvalidArgumentException |
@@ -376,7 +376,7 @@ discard block |
||
| 376 | 376 | * |
| 377 | 377 | * @param $entryId |
| 378 | 378 | * |
| 379 | - * @return \OldTown\Workflow\Spi\StepInterface[]|\Doctrine\ORM\PersistentCollection|void |
|
| 379 | + * @return SplObjectStorage |
|
| 380 | 380 | * |
| 381 | 381 | * @throws \OldTown\Workflow\Spi\Doctrine\Exception\DoctrineRuntimeException |
| 382 | 382 | * @throws Exception\InvalidArgumentException |
@@ -434,7 +434,7 @@ discard block |
||
| 434 | 434 | /** |
| 435 | 435 | * Получение сущности по ее псевдониму |
| 436 | 436 | * |
| 437 | - * @param $alias |
|
| 437 | + * @param string $alias |
|
| 438 | 438 | * |
| 439 | 439 | * @return mixed |
| 440 | 440 | * |
@@ -135,7 +135,7 @@ |
||
| 135 | 135 | |
| 136 | 136 | |
| 137 | 137 | /** |
| 138 | - * @return ArrayCollection|StepInterface[] |
|
| 138 | + * @return StepInterface |
|
| 139 | 139 | */ |
| 140 | 140 | public function getSteps() |
| 141 | 141 | { |