mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 07:26:02 +00:00
Add some method annotators, see if this helps with Scrutinizer issues.
This commit is contained in:
@@ -27,6 +27,9 @@ use Illuminate\Support\Facades\Facade;
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Class Navigation.
|
||||
*
|
||||
* @method array blockPeriods(\Carbon\Carbon $start, \Carbon\Carbon $end, string $range)
|
||||
* @method string periodShow(\Carbon\Carbon $theDate, string $repeatFrequency)
|
||||
*/
|
||||
class Navigation extends Facade
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user