mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Clean up code and comments.
This commit is contained in:
@@ -73,7 +73,6 @@ class PiggyBankRepetition extends Model
|
||||
protected $fillable = ['piggy_bank_id', 'startdate', 'targetdate', 'currentamount'];
|
||||
|
||||
/**
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function piggyBank(): BelongsTo
|
||||
@@ -82,7 +81,6 @@ class PiggyBankRepetition extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @param EloquentBuilder $query
|
||||
* @param Carbon $start
|
||||
@@ -96,7 +94,6 @@ class PiggyBankRepetition extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @param EloquentBuilder $query
|
||||
* @param Carbon $date
|
||||
@@ -120,7 +117,6 @@ class PiggyBankRepetition extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
*
|
||||
* @param mixed $value
|
||||
*/
|
||||
|
Reference in New Issue
Block a user