Passed
Push — master ( 83f908...f1eef1 )
by Václav
02:52 queued 01:28
created
src/ConfigMenu.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
  * <https://www.peldax.com>.
11 11
  */
12 12
 
13
-declare(strict_types = 1);
13
+declare(strict_types=1);
14 14
 
15 15
 namespace Nepttune\Component;
16 16
 
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     public function render() : void
39 39
     {
40 40
         $this->beforeRender();
41
-        $this->template->setFile(__DIR__ . '/ConfigMenu.latte');
41
+        $this->template->setFile(__DIR__.'/ConfigMenu.latte');
42 42
         $this->template->render();
43 43
     }
44 44
 
Please login to merge, or discard this patch.