File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1414 */
1515class 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 ,
You can’t perform that action at this time.
0 commit comments