mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
A set of small fixes, courtesy of scrutinizer-ci
This commit is contained in:
@@ -16,7 +16,7 @@ interface FiscalHelperInterface
|
||||
* This method produces a clone of the Carbon date object passed, checks preferences
|
||||
* and calculates the first day of the fiscal year.
|
||||
*
|
||||
* @param Carbon $start
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return Carbon date object
|
||||
*/
|
||||
@@ -30,6 +30,6 @@ interface FiscalHelperInterface
|
||||
*
|
||||
* @return Carbon date object
|
||||
*/
|
||||
public function endOfFiscalYear(Carbon $start);
|
||||
public function endOfFiscalYear(Carbon $date);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user