mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
chore: fix various qodana issues
This commit is contained in:
@@ -37,7 +37,7 @@ use Illuminate\Support\Facades\Log;
|
||||
class ActionFactory
|
||||
{
|
||||
/** @var array array of action types */
|
||||
protected static $actionTypes = [];
|
||||
protected static array $actionTypes = [];
|
||||
|
||||
/**
|
||||
* This method returns the actual implementation (TransactionRules/Actions/[object]) for a given
|
||||
|
Reference in New Issue
Block a user