Skip to content

Commit

Permalink
Apply fixes from StyleCI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi authored May 27, 2019
1 parent 5a9823b commit da1d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResponsiveGalleryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function getGallery($postBody, $publicPath)
{
$matches = $this->getGallerySnippetOccurrences($postBody);

if ($matches){
if ($matches) {
foreach ($matches as $key => $single_gallery_matches) {
$parameters = self::getGalleryParameters($single_gallery_matches, $publicPath);

Expand Down

0 comments on commit da1d4d9

Please sign in to comment.