mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -34,7 +34,6 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface AvailableBudgetRepositoryInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* Delete all available budgets.
|
||||
*/
|
||||
@@ -160,5 +159,4 @@ interface AvailableBudgetRepositoryInterface
|
||||
* @return AvailableBudget
|
||||
*/
|
||||
public function updateAvailableBudget(AvailableBudget $availableBudget, array $data): AvailableBudget;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user