mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
chore: fix various small sonacloud issues to see if the actions run correctly.
This commit is contained in:
@@ -437,7 +437,7 @@ class OperatorQuerySearch implements SearchInterface
|
||||
$stringMethod = 'str_contains';
|
||||
}
|
||||
if (4 === $stringPosition) {
|
||||
$stringMethod = 'str_is_equal';
|
||||
$stringMethod = 'stringIsEqual';
|
||||
}
|
||||
|
||||
// get accounts:
|
||||
@@ -515,7 +515,7 @@ class OperatorQuerySearch implements SearchInterface
|
||||
$stringMethod = 'str_contains';
|
||||
}
|
||||
if (4 === $stringPosition) {
|
||||
$stringMethod = 'str_is_equal';
|
||||
$stringMethod = 'stringIsEqual';
|
||||
}
|
||||
|
||||
// search for accounts:
|
||||
|
||||
Reference in New Issue
Block a user