Completed
Push — master ( 53f084...d256d4 )
by Florian
25s queued 12s
created
src/Entity/Event.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
      */
255 255
     public function getTemplateFilePath()
256 256
     {
257
-        return 'templates/'.$this->getTemplateName();
257
+        return 'templates/' . $this->getTemplateName();
258 258
     }
259 259
 
260 260
     /**
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
             $this->finalTemplateVersionLoaded = true;
271 271
         }
272 272
 
273
-        $filePath = $publicDir.'/'.$this->getTemplateFilePath();
273
+        $filePath = $publicDir . '/' . $this->getTemplateFilePath();
274 274
         if (file_exists($filePath)) {
275 275
             $this->template = file_get_contents($filePath);
276 276
         }
Please login to merge, or discard this patch.