mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Clean up code and comments.
This commit is contained in:
@@ -125,7 +125,6 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function user(): BelongsTo
|
||||
@@ -134,7 +133,6 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function ruleActions(): HasMany
|
||||
@@ -143,7 +141,6 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function ruleGroup(): BelongsTo
|
||||
@@ -152,7 +149,6 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function ruleTriggers(): HasMany
|
||||
|
||||
Reference in New Issue
Block a user