Code formatting.

This commit is contained in:
James Cole
2016-02-17 15:29:26 +01:00
parent b3e18f4e56
commit 52481a6e8b
19 changed files with 121 additions and 65 deletions

View File

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