Skip to content

Commit

Permalink
add one blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofelix committed Jul 11, 2018
1 parent 86f1f60 commit b5969e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Product/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function newFeed(string $name, bool $incremental = false): FeedElementInt
return new FeedElement($name, $incremental);
}


public function newProduct(string $externalId, string $name, string $categoryId, string $pageUrl, string $imageUrl): ProductElementInterface
{
return new ProductElement($externalId, $name, $categoryId, $pageUrl, $imageUrl);
Expand Down

0 comments on commit b5969e3

Please sign in to comment.