Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spryker/spryker into feature/glue…
Browse files Browse the repository at this point in the history
…-10202/dev-api-merchants
  • Loading branch information
AndreyKotyuk committed May 20, 2020
2 parents 1d53db3 + f0f8319 commit 6a42ec3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByItemInterface as DependencyCommandByItemInterface;

/**
* @deprecated Use \Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByItemInterface instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByItemInterface} instead.
*/
interface CommandByItemInterface extends DependencyCommandByItemInterface, CommandInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByOrderInterface as DependencyCommandByOrderInterface;

/**
* @deprecated Use \Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByOrderInterface instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Dependency\Plugin\Command\CommandByOrderInterface} instead.
*/
interface CommandByOrderInterface extends DependencyCommandByOrderInterface, CommandInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Oms\Dependency\Plugin\Command\CommandInterface as DependencyCommandInterface;

/**
* @deprecated Use instead Spryker\Zed\Oms\Dependency\Plugin\Command\CommandInterface
* @deprecated Use {@link \Spryker\Zed\Oms\Dependency\Plugin\Command\CommandInterface} instead.
*/
interface CommandInterface extends DependencyCommandInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionCollectionInterface as DependencyConditionCollectionInterface;

/**
* @deprecated Use instead Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionCollectionInterface
* @deprecated Use {@link \Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionCollectionInterface} instead.
*/
interface ConditionCollectionInterface extends DependencyConditionCollectionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionInterface as DependencyConditionInterface;

/**
* @deprecated Use instead Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionInterface
* @deprecated Use {@link \Spryker\Zed\Oms\Dependency\Plugin\Condition\ConditionInterface} instead.
*/
interface ConditionInterface extends DependencyConditionInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Spryker/Zed/Oms/Persistence/OmsQueryContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function querySalesOrderItemsWithExpiredTimeouts(DateTime $now)
*
* @api
*
* @deprecated Use `\Spryker\Zed\Oms\Persistence\OmsRepository::getSalesOrderItemsBySkuAndStatesNames()` instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Persistence\OmsRepository::getSalesOrderItemsBySkuAndStatesNames()} instead.
*
* @param \Spryker\Zed\Oms\Business\Process\StateInterface[] $states
* @param string $sku
Expand Down Expand Up @@ -190,7 +190,7 @@ public function sumProductQuantitiesForAllSalesOrderItemsBySku(array $states, $s
*
* @api
*
* @deprecated Use `\Spryker\Zed\Oms\Persistence\OmsRepository::getSalesOrderItemsBySkuAndStatesNames()` instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Persistence\OmsRepository::getSalesOrderItemsBySkuAndStatesNames()} instead.
*
* @param \Spryker\Zed\Oms\Business\Process\StateInterface[] $states
* @param string $sku
Expand Down Expand Up @@ -318,7 +318,7 @@ public function queryOrderItemStates(array $orderItemStates)
*
* @api
*
* @deprecated Use `queryGroupedMatrixOrderItems()` instead
* @deprecated Use {@link queryGroupedMatrixOrderItems()} instead.
*
* @param array $processIds
* @param array $stateBlacklist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function querySalesOrderItemsWithExpiredTimeouts(DateTime $now);
/**
* @api
*
* @deprecated Use `\Spryker\Zed\Oms\Persistence\OmsRepositoryInterface::getSalesOrderItemsBySkuAndStatesNames()` instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Persistence\OmsRepositoryInterface::getSalesOrderItemsBySkuAndStatesNames()} instead.
*
* @param \Spryker\Zed\Oms\Business\Process\StateInterface[] $states
* @param string $sku
Expand All @@ -77,7 +77,7 @@ public function sumProductQuantitiesForAllSalesOrderItemsBySku(array $states, $s
/**
* @api
*
* @deprecated Use `\Spryker\Zed\Oms\Persistence\OmsRepositoryInterface::getSalesOrderItemsBySkuAndStatesNames()` instead.
* @deprecated Use {@link \Spryker\Zed\Oms\Persistence\OmsRepositoryInterface::getSalesOrderItemsBySkuAndStatesNames()} instead.
*
* @param \Spryker\Zed\Oms\Business\Process\StateInterface[] $states
* @param string $sku
Expand Down Expand Up @@ -145,7 +145,7 @@ public function queryOrderItemStates(array $orderItemStates);
/**
* @api
*
* @deprecated Use `queryGroupedMatrixOrderItems()` instead
* @deprecated Use {@link queryGroupedMatrixOrderItems()} instead
*
* @param array $processIds
* @param array $stateBlacklist
Expand Down

0 comments on commit 6a42ec3

Please sign in to comment.