@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @link https://github.com/old-town/workflow-doctrine |
|
| 4 | - * @author Malofeykin Andrey <[email protected]> |
|
| 5 | - */ |
|
| 3 | + * @link https://github.com/old-town/workflow-doctrine |
|
| 4 | + * @author Malofeykin Andrey <[email protected]> |
|
| 5 | + */ |
|
| 6 | 6 | namespace OldTown\Workflow\Spi\Doctrine\Exception; |
| 7 | 7 | |
| 8 | 8 | /** |
@@ -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[]|SplObjectStorage |
|
| 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 | * |