mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix phpstan issues.
This commit is contained in:
		| @@ -49,7 +49,7 @@ class PreferenceTransformer extends AbstractTransformer | ||||
|     public function transform(Preference $preference): array | ||||
|     { | ||||
|         return [ | ||||
|             'id'         => (int)$preference->id, | ||||
|             'id'         => $preference->id, | ||||
|             'created_at' => $preference->created_at->toAtomString(), | ||||
|             'updated_at' => $preference->updated_at->toAtomString(), | ||||
|             'name'       => $preference->name, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user