Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit ab974aa

Browse files
author
Jens Schulze
committed
docs(ApiDoc): change @link to @apidoc for api documentation links
1 parent dbca4c0 commit ab974aa

File tree

261 files changed

+261
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+261
-261
lines changed

src/Model/Cart/CartDiscountCodeState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @package Sphere\Core\Model\Cart
10-
* @link http://dev.sphere.io/http-api-projects-carts.html#discount-code-state
10+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#discount-code-state
1111
*/
1212
class CartDiscountCodeState
1313
{

src/Model/Cart/CartDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @package Sphere\Core\Model\Cart
13-
* @link http://dev.sphere.io/http-api-projects-carts.html#create-cart
13+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#create-cart
1414
* @method string getCurrency()
1515
* @method string getCustomerId()
1616
* @method string getCountry()

src/Model/Cart/CartReference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @package Sphere\Core\Model\Cart
14-
* @link http://dev.sphere.io/http-api-types.html#reference
14+
* @apidoc http://dev.sphere.io/http-api-types.html#reference
1515
* @method string getTypeId()
1616
* @method CartReference setTypeId(string $typeId = null)
1717
* @method string getId()

src/Model/Cart/CartState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @package Sphere\Core\Model\Cart
10-
* @link http://dev.sphere.io/http-api-projects-carts.html#cart-state
10+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#cart-state
1111
*/
1212
class CartState
1313
{

src/Model/Cart/CustomLineItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* @package Sphere\Core\Model\Cart
17-
* @link http://dev.sphere.io/http-api-projects-carts.html#custom-line-item
17+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#custom-line-item
1818
* @method string getId()
1919
* @method CustomLineItem setId(string $id = null)
2020
* @method LocalizedString getName()

src/Model/Cart/DiscountCodeInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @package Sphere\Core\Model\Cart
13-
* @link http://dev.sphere.io/http-api-projects-carts.html#discount-code-reference
13+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#discount-code-reference
1414
* @method DiscountCodeReference getDiscountCode()
1515
* @method DiscountCodeInfo setDiscountCode(DiscountCodeReference $discountCode = null)
1616
* @method string getState()

src/Model/Cart/DiscountedLineItemPortion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @package Sphere\Core\Model\Cart
14-
* @link http://dev.sphere.io/http-api-projects-carts.html#discounted-line-item-portion
14+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#discounted-line-item-portion
1515
* @method CartDiscountReference getDiscount()
1616
* @method DiscountedLineItemPortion setDiscount(CartDiscountReference $discount = null)
1717
* @method Money getDiscountedAmount()

src/Model/Cart/DiscountedLineItemPrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @package Sphere\Core\Model\Cart
13-
* @link http://dev.sphere.io/http-api-projects-carts.html#discounted-line-item-price
13+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#discounted-line-item-price
1414
* @method Money getValue()
1515
* @method DiscountedLineItemPrice setValue(Money $value = null)
1616
* @method DiscountedLineItemPortionCollection getIncludedDiscounts()

src/Model/Cart/InventoryMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* @package Sphere\Core\Model\Cart
10-
* @link http://dev.sphere.io/http-api-projects-carts.html#inventory-mode
10+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#inventory-mode
1111
*/
1212
class InventoryMode
1313
{

src/Model/Cart/LineItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/**
1919
* @package Sphere\Core\Model\Cart
20-
* @link http://dev.sphere.io/http-api-projects-carts.html#line-item
20+
* @apidoc http://dev.sphere.io/http-api-projects-carts.html#line-item
2121
* @method string getId()
2222
* @method LineItem setId(string $id = null)
2323
* @method string getProductId()

0 commit comments

Comments
 (0)