mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Update some code style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user