mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -37,7 +37,8 @@ use Log;
|
||||
*/
|
||||
class BillFactory
|
||||
{
|
||||
use BillServiceTrait, CreatesObjectGroups;
|
||||
use BillServiceTrait;
|
||||
use CreatesObjectGroups;
|
||||
|
||||
private User $user;
|
||||
|
||||
@@ -129,7 +130,6 @@ class BillFactory
|
||||
}
|
||||
|
||||
return $bill;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -149,5 +149,4 @@ class BillFactory
|
||||
{
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user