Skip to content

Commit

Permalink
Merge pull request #9 from sumocoders/Fix-code-style-issue
Browse files Browse the repository at this point in the history
Add space after closing parenthesis
  • Loading branch information
carakas authored Feb 21, 2018
2 parents ff0bbef + 989af3d commit e8dd5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend/Modules/Quotes/Entity/Quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function getQuote()
*/
public function getPreviewImage()
{
if ($this->image !== null){
if ($this->image !== null) {
return self::getImageDirectoryUrl('x150') . '/' . $this->image;
}
}
Expand Down

0 comments on commit e8dd5b3

Please sign in to comment.