Passed
Push — develop ( b17d99...078b39 )
by Stone
06:51
created
src/Entity/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
     public function getWebImage(): ?string
92 92
     {
93
-        return '/uploads/trick_images/' . $this->image;
93
+        return '/uploads/trick_images/'.$this->image;
94 94
     }
95 95
 
96 96
 
Please login to merge, or discard this patch.