mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix methods and clean up code.
This commit is contained in:
		| @@ -54,7 +54,7 @@ class BillTransformer extends AbstractTransformer | ||||
|      * | ||||
|      * @SuppressWarnings(PHPMD.ExcessiveMethodLength) | ||||
|      */ | ||||
|     public function collectMetaData(Collection $objects): void | ||||
|     public function collectMetaData(Collection $objects): Collection | ||||
|     { | ||||
|         $currencies       = []; | ||||
|         $bills            = []; | ||||
| @@ -175,6 +175,8 @@ class BillTransformer extends AbstractTransformer | ||||
|                 ]; | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         return $objects; | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user