@@ -2,7 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | use Hyde\Framework\HydeKernel; |
| 4 | 4 | |
| 5 | -if (! function_exists('hyde')) { |
|
| 5 | +if (!function_exists('hyde')) { |
|
| 6 | 6 | /** |
| 7 | 7 | * Get the available HydeKernel instance. |
| 8 | 8 | * |
@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | } |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | -if (! function_exists('unslash')) { |
|
| 17 | +if (!function_exists('unslash')) { |
|
| 18 | 18 | /** |
| 19 | 19 | * Remove trailing slashes from the start and end of a string. |
| 20 | 20 | * |