chore: fix various qodana issues

This commit is contained in:
James Cole
2023-06-04 06:30:22 +02:00
parent 160c364d2a
commit 688ca8e374
20 changed files with 56 additions and 106 deletions

View File

@@ -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