Skip to content

Commit

Permalink
Refactor deprecations to clickable links.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed May 19, 2020
1 parent fe1c0a8 commit 9093f16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function __construct(
}

/**
* @deprecated Use createProductList() or updateProductList() instead.
* @deprecated Use {@link createProductList()} or updateProductList() instead.
*
* @param \Generated\Shared\Transfer\ProductListTransfer $productListTransfer
*
Expand Down
10 changes: 5 additions & 5 deletions src/Spryker/Zed/ProductList/Business/ProductListFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ProductListFacade extends AbstractFacade implements ProductListFacadeInter
*
* @api
*
* @deprecated Use createProductList() or updateProductList() instead.
* @deprecated Use {@link createProductList()} or updateProductList() instead.
*
* @param \Generated\Shared\Transfer\ProductListTransfer $productListTransfer
*
Expand Down Expand Up @@ -106,7 +106,7 @@ public function removeProductList(ProductListTransfer $productListTransfer): Pro
*
* @api
*
* @deprecated Use ProductListFacade::getProductBlacklistIdsByIdProductAbstract() instead.
* @deprecated Use {@link getProductBlacklistIdsByIdProductAbstract()} instead.
*
* @param int $idProductAbstract
*
Expand Down Expand Up @@ -170,7 +170,7 @@ public function getProductListsIdsByProductIds(array $productIds): array
*
* @api
*
* @deprecated Use ProductListFacade::getProductWhitelistIdsByIdProductAbstract() instead.
* @deprecated Use {@link getProductWhitelistIdsByIdProductAbstract()} instead.
*
* @param int $idProductAbstract
*
Expand Down Expand Up @@ -218,7 +218,7 @@ public function getCategoryWhitelistIdsByIdProductAbstract(int $idProductAbstrac
*
* @api
*
* @deprecated Use ProductListFacade::getProductBlacklistIdsByIdProduct() instead.
* @deprecated Use {@link getProductBlacklistIdsByIdProduct()} instead.
*
* @param int $idProduct
*
Expand Down Expand Up @@ -250,7 +250,7 @@ public function getProductBlacklistIdsByIdProduct(int $idProduct): array
*
* @api
*
* @deprecated Use ProductListFacade::getProductWhitelistIdsByIdProduct() instead.
* @deprecated Use {@link getProductWhitelistIdsByIdProduct()} instead.
*
* @param int $idProduct
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function removeProductList(ProductListTransfer $productListTransfer): Pro
*
* @api
*
* @deprecated Use ProductListFacadeInterface::getProductBlacklistIdsByIdProductAbstract() instead.
* @deprecated Use {@link getProductBlacklistIdsByIdProductAbstract()} instead.
*
* @param int $idProductAbstract
*
Expand Down Expand Up @@ -165,7 +165,7 @@ public function getProductBlacklistIdsByIdProductAbstract(int $idProductAbstract
*
* @api
*
* @deprecated Use ProductListFacadeInterface::getProductWhitelistIdsByIdProductAbstract() instead.
* @deprecated Use {@link getProductWhitelistIdsByIdProductAbstract()} instead.
*
* @param int $idProductAbstract
*
Expand Down Expand Up @@ -204,7 +204,7 @@ public function getCategoryWhitelistIdsByIdProductAbstract(int $idProductAbstrac
*
* @api
*
* @deprecated Use ProductListFacadeInterface::getProductBlacklistIdsByIdProduct() instead.
* @deprecated Use {@link getProductBlacklistIdsByIdProduct()} instead.
*
* @param int $idProduct
*
Expand All @@ -230,7 +230,7 @@ public function getProductBlacklistIdsByIdProduct(int $idProduct): array;
*
* @api
*
* @deprecated Use ProductListFacadeInterface::getProductWhitelistIdsByIdProduct() instead.
* @deprecated Use {@link getProductWhitelistIdsByIdProduct()} instead.
*
* @param int $idProduct
*
Expand Down

0 comments on commit 9093f16

Please sign in to comment.