Passed
Pull Request — master (#1022)
by Maxim
12:20 queued 02:13
created
src/Stempler/src/helpers.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  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
      * Macro function to be replaced by the injected value.
8 8
      */
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     }
13 13
 }
14 14
 
15
-if (!\function_exists('injected')) {
15
+if (!\function_exists('injected')){
16 16
     /**
17 17
      * Return true if block value has been defined.
18 18
      *
Please login to merge, or discard this 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.