Skip to content

Commit 9b130c2

Browse files
committed
#33586: fix static
1 parent 7a15c40 commit 9b130c2

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

app/code/Magento/CatalogSearch/Block/Advanced/Form.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,11 @@
2626
class Form extends Template
2727
{
2828
/**
29-
* Currency factory
30-
*
3129
* @var CurrencyFactory
3230
*/
3331
protected $_currencyFactory;
3432

3533
/**
36-
* Catalog search advanced
37-
*
3834
* @var Advanced
3935
*/
4036
protected $_catalogSearchAdvanced;

app/code/Magento/CatalogSearch/Model/Advanced.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,65 +51,47 @@
5151
class Advanced extends \Magento\Framework\Model\AbstractModel
5252
{
5353
/**
54-
* User friendly search criteria list
55-
*
5654
* @var array
5755
*/
5856
protected $_searchCriterias = [];
5957

6058
/**
61-
* Product collection
62-
*
6359
* @var ProductCollection
6460
*/
6561
protected $_productCollection;
6662

6763
/**
68-
* Initialize dependencies
69-
*
7064
* @deprecated 101.0.2
7165
* @var Config
7266
*/
7367
protected $_catalogConfig;
7468

7569
/**
76-
* Catalog product visibility
77-
*
7870
* @var Visibility
7971
*/
8072
protected $_catalogProductVisibility;
8173

8274
/**
83-
* Attribute collection factory
84-
*
8575
* @var AttributeCollectionFactory
8676
*/
8777
protected $_attributeCollectionFactory;
8878

8979
/**
90-
* Store manager
91-
*
9280
* @var \Magento\Store\Model\StoreManagerInterface
9381
*/
9482
protected $_storeManager;
9583

9684
/**
97-
* Product factory
98-
*
9985
* @var ProductFactory
10086
*/
10187
protected $_productFactory;
10288

10389
/**
104-
* Currency factory
105-
*
10690
* @var CurrencyFactory
10791
*/
10892
protected $_currencyFactory;
10993

11094
/**
111-
* Advanced Collection Factory
112-
*
11395
* @deprecated
11496
* @see $collectionProvider
11597
* @var ProductCollectionFactory

0 commit comments

Comments
 (0)