mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Reformat code.
This commit is contained in:
@@ -36,12 +36,12 @@ bcscale(12);
|
||||
|
||||
if (!function_exists('envNonEmpty')) {
|
||||
/**
|
||||
* @param string $key
|
||||
* @param string|int|bool|null $default
|
||||
* @param string $key
|
||||
* @param string|int|bool|null $default
|
||||
*
|
||||
* @return mixed|null
|
||||
*/
|
||||
function envNonEmpty(string $key, string|int|bool|null $default = null)
|
||||
function envNonEmpty(string $key, string | int | bool | null $default = null)
|
||||
{
|
||||
$result = env($key, $default);
|
||||
if ('' === $result) {
|
||||
|
Reference in New Issue
Block a user