Fix code quality with rector [skip ci]

This commit is contained in:
James Cole
2025-11-09 09:08:03 +01:00
parent d2610be790
commit 68183a0a0e
209 changed files with 1021 additions and 1248 deletions

View File

@@ -42,8 +42,6 @@ bcscale(12);
if (!function_exists('envNonEmpty')) {
/**
* @param string $key
* @param string|int|bool|null $default
*
* @return mixed|null
*/
@@ -59,12 +57,6 @@ if (!function_exists('envNonEmpty')) {
}
if (!function_exists('stringIsEqual')) {
/**
* @param string $left
* @param string $right
*
* @return bool
*/
function stringIsEqual(string $left, string $right): bool
{
return $left === $right;