Skip to content

Commit

Permalink
#27500 Code Review adjustments to Catalog module
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Apr 17, 2020
1 parent 4415107 commit 4f0d661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testAddColumn()
->willReturn($table);
$objectManagerHelper = new ObjectManager($this);
/**
* @var $builder \Magento\Catalog\Model\Indexer\Product\Flat\Table\Builder
* @var Builder $builder
*/
$builder = $objectManagerHelper->getObject(
Builder::class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function testWalkAttributes()

$attributes[$code] = $attribute;

/** @var $model \Magento\Catalog\Model\ResourceModel\AbstractResource */
/** @var AbstractResource $model */
$arguments = $objectManager->getConstructArguments(
AbstractResource::class
);
Expand Down

0 comments on commit 4f0d661

Please sign in to comment.