We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fbf97 commit 3167048Copy full SHA for 3167048
app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2011 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Shipping\Block\Adminhtml\Order;
@@ -18,14 +18,14 @@
18
class Packaging extends \Magento\Backend\Block\Template
19
{
20
21
- * Source size model
+ * Source size model instance
22
*
23
* @var \Magento\Shipping\Model\Carrier\Source\GenericInterface
24
25
protected $_sourceSizeModel;
26
27
28
- * Core registry
+ * Core registry instance
29
30
* @var \Magento\Framework\Registry
31
0 commit comments