Skip to content

Commit 090a142

Browse files
mark_reesSental
authored andcommitted
fix static tests
1 parent ab1ffc2 commit 090a142

File tree

1 file changed

+7
-7
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form

1 file changed

+7
-7
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Address.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
class Address extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\AbstractForm
2121
{
2222
/**
23-
* Customer form factory
23+
* Customer Metadata form factory
2424
*
2525
* @var \Magento\Customer\Model\Metadata\FormFactory
2626
*/
2727
protected $_customerFormFactory;
2828

2929
/**
30-
* Json encoder
30+
* Framework Json encoder
3131
*
3232
* @var \Magento\Framework\Json\EncoderInterface
3333
*/
3434
protected $_jsonEncoder;
3535

3636
/**
37-
* Directory helper
37+
* Directory helper Data
3838
*
3939
* @var \Magento\Directory\Helper\Data
4040
*/
@@ -48,28 +48,28 @@ class Address extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\AbstractF
4848
protected $options;
4949

5050
/**
51-
* Address service
51+
* Address service - AddressRepositoryInterface
5252
*
5353
* @var \Magento\Customer\Api\AddressRepositoryInterface
5454
*/
5555
protected $addressService;
5656

5757
/**
58-
* Address helper
58+
* Customer Address helper
5959
*
6060
* @var \Magento\Customer\Helper\Address
6161
*/
6262
protected $_addressHelper;
6363

6464
/**
65-
* Search criteria builder
65+
* Search criteria builder for getList calls
6666
*
6767
* @var \Magento\Framework\Api\SearchCriteriaBuilder
6868
*/
6969
protected $searchCriteriaBuilder;
7070

7171
/**
72-
* Filter builder
72+
* Filter builder for getList calls
7373
*
7474
* @var \Magento\Framework\Api\FilterBuilder
7575
*/

0 commit comments

Comments
 (0)