File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
lib/internal/Magento/Framework/Webapi
Test/Unit/ServiceInputProcessor Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Service Input Processor
4
- *
5
3
* Copyright © Magento, Inc. All rights reserved.
6
4
* See COPYING.txt for license details.
7
5
*/
36
34
*/
37
35
class ServiceInputProcessor implements ServicePayloadConverterInterface
38
36
{
39
- const EXTENSION_ATTRIBUTES_TYPE = \Magento \Framework \Api \ExtensionAttributesInterface::class;
37
+ private const EXTENSION_ATTRIBUTES_TYPE = \Magento \Framework \Api \ExtensionAttributesInterface::class;
40
38
41
39
/**
42
40
* @var \Magento\Framework\Reflection\TypeProcessor
Original file line number Diff line number Diff line change 11
11
12
12
class TestService
13
13
{
14
- const DEFAULT_VALUE = 42 ;
15
- const CUSTOM_ATTRIBUTE_CODE = 'customAttr ' ;
14
+ public const DEFAULT_VALUE = 42 ;
15
+ public const CUSTOM_ATTRIBUTE_CODE = 'customAttr ' ;
16
16
17
17
/**
18
18
* @param int $entityId
You can’t perform that action at this time.
0 commit comments