File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
app/code/Magento/QuoteGraphQl/Model Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88namespace Magento \QuoteGraphQl \Model \Cart ;
99
1010use Magento \Framework \Api \ExtensibleDataObjectConverter ;
11+ use Magento \Framework \GraphQl \Query \Uid ;
1112use Magento \Quote \Api \Data \AddressInterface ;
1213use Magento \Quote \Model \Quote \Address as QuoteAddress ;
13- use Magento \Framework \GraphQl \Query \Uid ;
1414
1515/**
1616 * Extract address fields from an Quote Address model
@@ -27,12 +27,11 @@ class ExtractQuoteAddressData
2727 */
2828
2929 /** @var Uid */
30- private $ uidEncoder ;
30+ private Uid $ uidEncoder ;
3131
3232 /**
3333 * @param ExtensibleDataObjectConverter $dataObjectConverter
3434 * @param Uid $uidEncoder
35- * @type object
3635 */
3736 public function __construct (
3837 ExtensibleDataObjectConverter $ dataObjectConverter ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class CartItemUidArgsProcessor implements ArgumentsProcessorInterface
2121 private const UID = 'cart_item_uid ' ;
2222
2323 /** @var Uid */
24- private Uid $ uidEncoder ;
24+ private $ uidEncoder ;
2525
2626 /**
2727 * @param Uid $uidEncoder
You can’t perform that action at this time.
0 commit comments