Test Failed
Push — master ( b03174...e1812b )
by Vladimir
03:18
created
src/Drivers/TemplateCompiler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace FondBot\Drivers;
6 6
 
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
                 // Firstly, we compile the template
77 77
                 // Then we go through elements and compiled remaining templates
78 78
                 $result[] = collect($template->toArray())
79
-                    ->map(function ($element) use ($args) {
79
+                    ->map(function($element) use ($args) {
80 80
                         if ($element instanceof Template) {
81 81
                             return $this->compile($element, $args);
82 82
                         }
Please login to merge, or discard this patch.