Passed
Pull Request — master (#1022)
by Maxim
15:45 queued 05:44
created
src/Stempler/src/helpers.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@  discard block
 block discarded – undo
2 2
 
3 3
 declare(strict_types=1);
4 4
 
5
-if (!\function_exists('inject')) {
5
+if (!\function_exists('inject'))
6
+{
6 7
     /**
7 8
      * Macro function to be replaced by the injected value.
8 9
      */
@@ -12,7 +13,8 @@  discard block
 block discarded – undo
12 13
     }
13 14
 }
14 15
 
15
-if (!\function_exists('injected')) {
16
+if (!\function_exists('injected'))
17
+{
16 18
     /**
17 19
      * Return true if block value has been defined.
18 20
      *
Please login to merge, or discard this patch.