From 989af3d88d043f3d7f75a096582bada77531f375 Mon Sep 17 00:00:00 2001 From: Katrien Vanhaute Date: Wed, 21 Feb 2018 16:09:41 +0100 Subject: [PATCH] Add space after closing parenthesis --- src/Backend/Modules/Quotes/Entity/Quote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backend/Modules/Quotes/Entity/Quote.php b/src/Backend/Modules/Quotes/Entity/Quote.php index 2edbf05..56ac1a9 100644 --- a/src/Backend/Modules/Quotes/Entity/Quote.php +++ b/src/Backend/Modules/Quotes/Entity/Quote.php @@ -204,7 +204,7 @@ public function getQuote() */ public function getPreviewImage() { - if ($this->image !== null){ + if ($this->image !== null) { return self::getImageDirectoryUrl('x150') . '/' . $this->image; } }