Skip to content

Commit 14093e2

Browse files
glo80326glo71317
authored andcommitted
Code sniffer issues fixed
1 parent c90edaa commit 14093e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Search/Model/ResourceModel/Query/Collection.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,16 @@
2727
class Collection extends AbstractCollection
2828
{
2929
/**
30-
* Store for filter
31-
*
3230
* @var int
3331
*/
3432
protected $_storeId;
3533

3634
/**
37-
* Store manager
38-
*
3935
* @var StoreManagerInterface
4036
*/
4137
protected $_storeManager;
4238

4339
/**
44-
* Search resource helper
45-
*
4640
* @var Helper
4741
*/
4842
protected $_resourceHelper;

0 commit comments

Comments
 (0)