Skip to content

Commit ce5b4db

Browse files
committed
MAGETWO-49608: Prepare PR
1 parent c768587 commit ce5b4db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Validator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,14 @@ public function isAttributeValid($attrCode, array $attrParams, array $rowData)
216216

217217
/**
218218
* @param string|null $attribute
219+
* @return void
219220
*/
220221
protected function setInvalidAttribute($attribute)
221222
{
222223
$this->invalidAttribute = $attribute;
223224
}
224225

225-
/*
226+
/**
226227
* @return string
227228
*/
228229
public function getInvalidAttribute()

app/code/Magento/CatalogRule/Model/Rule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ public function getConditionsFieldSetId($formName = '')
582582
}
583583

584584
//@codeCoverageIgnoreStart
585+
585586
/**
586587
* {@inheritdoc}
587588
*/

0 commit comments

Comments
 (0)