mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code formatting.
This commit is contained in:
@@ -55,8 +55,12 @@ class UserAction implements TriggerInterface
|
||||
|
||||
/**
|
||||
* Checks whether this trigger will match all transactions
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function matchesAnything() { return true; }
|
||||
|
||||
public function matchesAnything()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user