Skip to content

Commit 0f1f12e

Browse files
committed
refact(API-1835): Clean some PHP doc
1 parent 6596c77 commit 0f1f12e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/Api/ProductDraftUuidApi.php

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@
1414
*/
1515
class ProductDraftUuidApi implements ProductDraftUuidApiInterface
1616
{
17-
const PRODUCT_DRAFT_UUID_URI = '/api/rest/v1/products-uuid/%s/draft';
18-
const PRODUCT_PROPOSAL_UUID_URI = '/api/rest/v1/products-uuid/%s/proposal';
17+
public const PRODUCT_DRAFT_UUID_URI = '/api/rest/v1/products-uuid/%s/draft';
18+
public const PRODUCT_PROPOSAL_UUID_URI = '/api/rest/v1/products-uuid/%s/proposal';
1919

20-
/** @var ResourceClientInterface */
21-
protected $resourceClient;
22-
23-
/** @var PageFactoryInterface */
24-
protected $pageFactory;
25-
26-
/** @var ResourceCursorFactoryInterface */
27-
protected $cursorFactory;
20+
protected ResourceClientInterface $resourceClient;
21+
protected PageFactoryInterface $pageFactory;
22+
protected ResourceCursorFactoryInterface $cursorFactory;
2823

2924
public function __construct(
3025
ResourceClientInterface $resourceClient,

0 commit comments

Comments
 (0)