diff --git a/src/ResponsiveGalleryFactory.php b/src/ResponsiveGalleryFactory.php index 271a326..21cd325 100644 --- a/src/ResponsiveGalleryFactory.php +++ b/src/ResponsiveGalleryFactory.php @@ -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);