@@ -2,7 +2,7 @@ discard block |
||
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 |
||
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 | * |
@@ -2,7 +2,8 @@ discard block |
||
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 |
||
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 | * |