Passed
Push — master ( b130eb...95cec4 )
by Kirill
03:38
created
src/Stempler/src/helpers.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 
10 10
 declare(strict_types=1);
11 11
 
12
-if (!function_exists('inject')) {
12
+if (!function_exists('inject')){
13 13
     /**
14 14
      * Macro function to be replaced by the injected value.
15 15
      *
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
     }
24 24
 }
25 25
 
26
-if (!function_exists('injected')) {
26
+if (!function_exists('injected')){
27 27
     /**
28 28
      * Return true if block value has been defined.
29 29
      *
Please login to merge, or discard this patch.
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,8 @@  discard block
 block discarded – undo
9 9
 
10 10
 declare(strict_types=1);
11 11
 
12
-if (!function_exists('inject')) {
12
+if (!function_exists('inject'))
13
+{
13 14
     /**
14 15
      * Macro function to be replaced by the injected value.
15 16
      *
@@ -23,7 +24,8 @@  discard block
 block discarded – undo
23 24
     }
24 25
 }
25 26
 
26
-if (!function_exists('injected')) {
27
+if (!function_exists('injected'))
28
+{
27 29
     /**
28 30
      * Return true if block value has been defined.
29 31
      *
Please login to merge, or discard this patch.