Skip to content

Commit

Permalink
Fixed some code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
techbech committed Feb 19, 2019
1 parent 1db2e54 commit b66967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/PageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function findBySectionCode(string $sectionCode, ?string $localeCode): arr
->setParameter('localeCode', $localeCode)
->getQuery()
->getResult()
;
;
}

public function findByProduct(ProductInterface $product, string $channelCode): array
Expand Down

0 comments on commit b66967a

Please sign in to comment.