mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 04:41:41 +00:00
Remove TODO's, add some suppressors for code quality.
This commit is contained in:
@@ -67,7 +67,6 @@ class BillFormRequest extends Request
|
||||
{
|
||||
$nameRule = 'required|between:1,255|uniqueObjectForUser:bills,name';
|
||||
if ($this->integer('id') > 0) {
|
||||
// todo is a fix to do this better.
|
||||
$nameRule .= ',' . $this->integer('id');
|
||||
}
|
||||
// is OK
|
||||
|
||||
Reference in New Issue
Block a user