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