Skip to content

Commit

Permalink
ENGCOM-4144: Removing comma from construct params #20995
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 11, 2019
2 parents 10667ba + 9262e2a commit c4db801
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/code/Magento/Customer/Model/ResourceModel/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Group extends \Magento\Framework\Model\ResourceModel\Db\VersionControl\Abs

/**
* @param \Magento\Framework\Model\ResourceModel\Db\Context $context
* @param Snapshot $entitySnapshot,
* @param RelationComposite $entityRelationComposite,
* @param Snapshot $entitySnapshot
* @param RelationComposite $entityRelationComposite
* @param \Magento\Customer\Api\GroupManagementInterface $groupManagement
* @param Customer\CollectionFactory $customersFactory
* @param string $connectionName
Expand Down Expand Up @@ -110,6 +110,8 @@ protected function _afterDelete(\Magento\Framework\Model\AbstractModel $group)
}

/**
* Create customers collection.
*
* @return \Magento\Customer\Model\ResourceModel\Customer\Collection
*/
protected function _createCustomersCollection()
Expand All @@ -131,7 +133,7 @@ protected function _beforeSave(\Magento\Framework\Model\AbstractModel $group)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
protected function _afterSave(\Magento\Framework\Model\AbstractModel $object)
{
Expand Down

0 comments on commit c4db801

Please sign in to comment.