mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2025-01-05
This commit is contained in:
@@ -376,6 +376,7 @@ class GroupCollector implements GroupCollectorInterface
|
||||
{
|
||||
if (0 === count($array)) {
|
||||
Log::debug('No excluded search words provided, skipping.');
|
||||
|
||||
return $this;
|
||||
}
|
||||
Log::debug(sprintf('%d excluded search words provided.', count($array)));
|
||||
@@ -952,6 +953,7 @@ class GroupCollector implements GroupCollectorInterface
|
||||
{
|
||||
if (0 === count($array)) {
|
||||
Log::debug('No words in array');
|
||||
|
||||
return $this;
|
||||
}
|
||||
Log::debug(sprintf('%d word(s) in array', count($array)));
|
||||
|
Reference in New Issue
Block a user