mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code cleanup and realign.
This commit is contained in:
@@ -31,7 +31,8 @@ class FakeApiContext
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function toJson(): string{
|
||||
public function toJson(): string
|
||||
{
|
||||
return json_encode(['a' => 'b']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user