@@ -802,7 +802,7 @@ |
||
| 802 | 802 | |
| 803 | 803 | /** |
| 804 | 804 | * @param \Orm\Zed\Sales\Persistence\SpySalesOrderItem $orderItem |
| 805 | - * @param array $processes |
|
| 805 | + * @param ProcessInterface[] $processes |
|
| 806 | 806 | * @param array $sourceStateBuffer |
| 807 | 807 | * @param \Spryker\Zed\Oms\Business\OrderStateMachine\TimeoutInterface $timeoutModel |
| 808 | 808 | * @param \Spryker\Zed\Oms\Business\Util\TransitionLogInterface $log |
@@ -787,7 +787,7 @@ |
||
| 787 | 787 | |
| 788 | 788 | foreach ($orderItems as $orderItem) { |
| 789 | 789 | |
| 790 | - $this->handleDatabaseTransaction(function () use ($orderItem, $processes, $sourceStateBuffer, $timeoutModel, $log, $currentTime) { |
|
| 790 | + $this->handleDatabaseTransaction(function() use ($orderItem, $processes, $sourceStateBuffer, $timeoutModel, $log, $currentTime) { |
|
| 791 | 791 | $this->executeSaveOrderItemTransaction( |
| 792 | 792 | $orderItem, |
| 793 | 793 | $processes, |
@@ -375,7 +375,7 @@ discard block |
||
| 375 | 375 | * @param \Spryker\Zed\Oms\Business\Process\TransitionInterface $transition |
| 376 | 376 | * @param string $label |
| 377 | 377 | * |
| 378 | - * @return array |
|
| 378 | + * @return string |
|
| 379 | 379 | */ |
| 380 | 380 | protected function addEdgeConditionText(TransitionInterface $transition, $label) |
| 381 | 381 | { |
@@ -396,7 +396,7 @@ discard block |
||
| 396 | 396 | * @param \Spryker\Zed\Oms\Business\Process\TransitionInterface $transition |
| 397 | 397 | * @param string $label |
| 398 | 398 | * |
| 399 | - * @return array |
|
| 399 | + * @return string |
|
| 400 | 400 | */ |
| 401 | 401 | protected function addEdgeEventText(TransitionInterface $transition, $label) |
| 402 | 402 | { |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | - * @return \PHPUnit_Framework_MockObject_MockObject|\Spryker\Zed\Oms\OmsConfig |
|
| 55 | + * @return OmsConfig |
|
| 56 | 56 | */ |
| 57 | 57 | protected function createOmsConfigMock() |
| 58 | 58 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * @param array $codes |
| 28 | 28 | * |
| 29 | - * @return bool |
|
| 29 | + * @return integer |
|
| 30 | 30 | */ |
| 31 | 31 | public function releaseUsedVoucherCodes(array $codes) |
| 32 | 32 | { |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
| 31 | 31 | * |
| 32 | - * @return \Generated\Shared\Transfer\PayolutionCalculationResponseTransfer |
|
| 32 | + * @return \Spryker\Shared\Kernel\Transfer\TransferInterface |
|
| 33 | 33 | */ |
| 34 | 34 | public function calculateInstallmentPayments(QuoteTransfer $quoteTransfer) |
| 35 | 35 | { |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @param \Spryker\Shared\Kernel\Transfer\AbstractTransfer|\Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
|
| 46 | + * @param AbstractTransfer $quoteTransfer |
|
| 47 | 47 | * |
| 48 | 48 | * @return \Spryker\Shared\Kernel\Transfer\AbstractTransfer |
| 49 | 49 | */ |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * @param \Spryker\Shared\Kernel\Transfer\AbstractTransfer|\Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
|
| 63 | + * @param AbstractTransfer $quoteTransfer |
|
| 64 | 64 | * |
| 65 | 65 | * @return array |
| 66 | 66 | */ |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | - * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
|
| 77 | + * @param AbstractTransfer $quoteTransfer |
|
| 78 | 78 | * |
| 79 | 79 | * @return array |
| 80 | 80 | */ |
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | { |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | - * @return array |
|
| 14 | + * @return string |
|
| 15 | 15 | */ |
| 16 | 16 | public function getSuccessResponse() |
| 17 | 17 | { |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return array |
|
| 62 | + * @return string |
|
| 63 | 63 | */ |
| 64 | 64 | public function getFailureResponse() |
| 65 | 65 | { |
@@ -200,7 +200,7 @@ |
||
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | /** |
| 203 | - * @return \PHPUnit_Framework_MockObject_MockObject|\Spryker\Zed\Payolution\PayolutionConfig |
|
| 203 | + * @return PayolutionConfig |
|
| 204 | 204 | */ |
| 205 | 205 | private function getBundleConfigMock() |
| 206 | 206 | { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @param \Spryker\Zed\Payolution\Business\Api\Adapter\AdapterInterface $adapter |
| 24 | - * @param \Codeception\Test\Unit $testCase |
|
| 24 | + * @param AbstractFacadeTest $testCase |
|
| 25 | 25 | * |
| 26 | 26 | * @return \Spryker\Zed\Payolution\Business\PayolutionFacade|\PHPUnit_Framework_MockObject_MockObject |
| 27 | 27 | */ |