mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Fix various phpstan issues.
This commit is contained in:
@@ -1090,7 +1090,7 @@ interface GroupCollectorInterface
|
||||
/**
|
||||
* @param bool $expandGroupSearch
|
||||
*/
|
||||
public function setExpandGroupSearch(bool $expandGroupSearch);
|
||||
public function setExpandGroupSearch(bool $expandGroupSearch): GroupCollectorInterface;
|
||||
|
||||
/**
|
||||
* Look for specific external ID's.
|
||||
|
Reference in New Issue
Block a user