@@ -1,6 +1,6 @@ discard block |
||
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 |
||
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 | } |