Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikpihlstrom committed Oct 27, 2017
1 parent 5ff6b67 commit 4b95a11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ public function __construct(UrlPersistInterface $urlPersist, Collection $product
* @param \Magento\Eav\Model\AttributeSetRepository $subject
* @param callable $proceed
* @param AttributeSetInterface $attributeSet
* @return bool
*/
public function aroundDelete(
\Magento\Eav\Model\AttributeSetRepository $subject,
callable $proceed,
AttributeSetInterface $attributeSet
) {
if (!isset($subject) || !$attributeSet->getAttributeSetId())
{
if (!isset($subject) || !$attributeSet->getAttributeSetId()) {
return false;
}

Expand Down

0 comments on commit 4b95a11

Please sign in to comment.