mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
chore: fix various small sonacloud issues to see if the actions run correctly.
This commit is contained in:
@@ -52,14 +52,14 @@ if (!function_exists('envNonEmpty')) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!function_exists('str_is_equal')) {
|
||||
if (!function_exists('stringIsEqual')) {
|
||||
/**
|
||||
* @param string $left
|
||||
* @param string $right
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function str_is_equal(string $left, string $right): bool
|
||||
function stringIsEqual(string $left, string $right): bool
|
||||
{
|
||||
return $left === $right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user