@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | * @param string $status |
231 | 231 | * @param array $previousIds |
232 | 232 | * |
233 | - * @return StepInterface|void |
|
233 | + * @return integer |
|
234 | 234 | * |
235 | 235 | * @throws Exception\DoctrineRuntimeException |
236 | 236 | * @throws \OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception\RuntimeException |
@@ -273,9 +273,9 @@ discard block |
||
273 | 273 | /** |
274 | 274 | * @param int $entryId |
275 | 275 | * |
276 | - * @return \Doctrine\Common\Collections\ArrayCollection|Entity\CurrentStepInterface[] |
|
276 | + * @return SplObjectStorage |
|
277 | 277 | * |
278 | - * @return StepInterface[] |
|
278 | + * @return SplObjectStorage |
|
279 | 279 | * |
280 | 280 | * @throws Exception\DoctrineRuntimeException |
281 | 281 | * @throws Exception\InvalidArgumentException |
@@ -432,7 +432,7 @@ discard block |
||
432 | 432 | /** |
433 | 433 | * Получение сущности по ее псевдониму |
434 | 434 | * |
435 | - * @param $alias |
|
435 | + * @param string $alias |
|
436 | 436 | * |
437 | 437 | * @return mixed |
438 | 438 | * |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | |
120 | 120 | |
121 | 121 | /** |
122 | - * @return string |
|
122 | + * @return integer |
|
123 | 123 | */ |
124 | 124 | public function getId() |
125 | 125 | { |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | /** |
282 | - * @return string |
|
282 | + * @return integer |
|
283 | 283 | */ |
284 | 284 | public function getStepId() |
285 | 285 | { |