@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (! function_exists('sendAndTerminate')) { |
|
| 2 | +if (!function_exists('sendAndTerminate')) { |
|
| 3 | 3 | /** |
| 4 | 4 | * Get the path to the resources folder. |
| 5 | 5 | * |
@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | } |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | -if (! function_exists('respondWith')) { |
|
| 15 | +if (!function_exists('respondWith')) { |
|
| 16 | 16 | /** |
| 17 | 17 | * Get the path to the resources folder. |
| 18 | 18 | * |