mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Add void to a lot of methods.
This commit is contained in:
@@ -38,7 +38,7 @@ final class NavigationCustomEndOfPeriodTest extends TestCase
|
||||
/**
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testGivenADateAndCustomFrequencyWhenCalculateTheDateThenReturnsTheEndOfMonthSuccessful()
|
||||
public function testGivenADateAndCustomFrequencyWhenCalculateTheDateThenReturnsTheEndOfMonthSuccessful(): void
|
||||
{
|
||||
$from = Carbon::parse('2023-08-05');
|
||||
$expected = Carbon::parse('2023-09-04');
|
||||
|
Reference in New Issue
Block a user