mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Reformat various code.
This commit is contained in:
		| @@ -45,7 +45,6 @@ class AccountController extends Controller | ||||
|      * @param Carbon     $end | ||||
|      * | ||||
|      * @return mixed|string | ||||
|      * @throws JsonException | ||||
|      */ | ||||
|     public function general(Collection $accounts, Carbon $start, Carbon $end) | ||||
|     { | ||||
|   | ||||
| @@ -43,7 +43,6 @@ class BillController extends Controller | ||||
|      * @param Carbon     $end | ||||
|      * | ||||
|      * @return mixed|string | ||||
|      * @throws JsonException | ||||
|      */ | ||||
|     public function overview(Collection $accounts, Carbon $start, Carbon $end) | ||||
|     {   // chart properties for cache: | ||||
|   | ||||
| @@ -67,7 +67,6 @@ class OperationsController extends Controller | ||||
|      * @param Carbon     $end | ||||
|      * | ||||
|      * @return mixed|string | ||||
|      * @throws JsonException | ||||
|      */ | ||||
|     public function expenses(Collection $accounts, Carbon $start, Carbon $end) | ||||
|     { | ||||
| @@ -103,7 +102,6 @@ class OperationsController extends Controller | ||||
|      * @param Carbon     $end | ||||
|      * | ||||
|      * @return string | ||||
|      * @throws JsonException | ||||
|      */ | ||||
|     public function income(Collection $accounts, Carbon $start, Carbon $end): string | ||||
|     { | ||||
| @@ -139,7 +137,6 @@ class OperationsController extends Controller | ||||
|      * @param Carbon     $end | ||||
|      * | ||||
|      * @return mixed|string | ||||
|      * @throws JsonException | ||||
|      */ | ||||
|     public function operations(Collection $accounts, Carbon $start, Carbon $end) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user