File tree Expand file tree Collapse file tree 6 files changed +3
-16
lines changed
Backend/Block/Widget/Grid/Column/Filter
lib/internal/Magento/Framework/Model/ResourceModel/Db Expand file tree Collapse file tree 6 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 16
16
interface FilterInterface
17
17
{
18
18
/**
19
- * Retrieve column related to filte
19
+ * Retrieve column related to filter
20
20
*
21
21
* @return Column
22
22
*/
23
23
public function getColumn ();
24
24
25
25
/**
26
- * Set column related to filterr
26
+ * Set column related to filter
27
27
*
28
28
* @param Column $column
29
29
* @return AbstractFilter
Original file line number Diff line number Diff line change @@ -53,17 +53,11 @@ class Cart
53
53
protected $ _salesModelItems = [];
54
54
55
55
/**
56
- * @phpcs:ignore
57
- * Flags that indicates whether discount, shopping and taxes should be transferred as cart item
58
- *
59
56
* @var array
60
57
*/
61
58
protected $ _transferFlags = [];
62
59
63
60
/**
64
- * @phpcs:ignore
65
- * Flags which indicates whether items data is outdated and has to be recollected
66
- *
67
61
* @var bool
68
62
*/
69
63
protected $ _itemsCollectingRequired = true ;
Original file line number Diff line number Diff line change @@ -142,9 +142,6 @@ abstract class AbstractMethod extends \Magento\Framework\Model\AbstractExtensibl
142
142
protected $ _canCancelInvoice = false ;
143
143
144
144
/**
145
- * @phpcs:ignore
146
- * Fields that should be replaced in debug with '***'
147
- *
148
145
* @var array
149
146
*/
150
147
protected $ _debugReplacePrivateDataKeys = [];
Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ private function hasFreeMethodWeight($request): bool
414
414
* @return void
415
415
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
416
416
* @SuppressWarnings(PHPMD.NPathComplexity)
417
- * phpstan:ignore
418
417
*/
419
418
protected function _updateFreeMethodQuote ($ request )
420
419
{
Original file line number Diff line number Diff line change 38
38
* @method UrlRewrite setDescription($value)
39
39
* @api
40
40
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
41
- * @SuppressWarnings(PHPMD.LongParameterList)
42
41
*/
43
42
class UrlRewrite extends AbstractModel
44
43
{
@@ -80,6 +79,7 @@ class UrlRewrite extends AbstractModel
80
79
* @param EventManager|null $eventManager
81
80
* @param UrlFinderInterface|null $urlFinder
82
81
* @param array $entityToCacheTagMap
82
+ * @SuppressWarnings(PHPMD.LongParameterList)
83
83
*/
84
84
public function __construct (
85
85
Context $ context ,
Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ abstract class AbstractDb extends AbstractResource
32
32
protected $ _resources ;
33
33
34
34
/**
35
- * @phpcs:ignore
36
- * Prefix for resources that will be used in this resource model
37
- *
38
35
* @var string
39
36
*/
40
37
protected $ connectionName = \Magento \Framework \App \ResourceConnection::DEFAULT_CONNECTION ;
You can’t perform that action at this time.
0 commit comments