Update some code style

This commit is contained in:
James Cole
2020-07-31 15:12:26 +02:00
parent c3d8d70b34
commit e46958c23e
11 changed files with 51 additions and 117 deletions

View File

@@ -31,7 +31,7 @@ use FireflyIII\Models\TransactionJournal;
* Class AbstractTrigger
* @method bool triggered($object)
*/
class AbstractTrigger
abstract class AbstractTrigger
{
/** @var bool Whether to stop processing after this one is checked. */
public $stopProcessing;