mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Add newlines and strict types check.
This commit is contained in:
@@ -239,4 +239,4 @@ class FrontpageChartGenerator
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* CategoryReportGenerator.php
|
||||
* Copyright (c) 2020 james@firefly-iii.org
|
||||
@@ -205,4 +206,4 @@ class CategoryReportGenerator
|
||||
$this->opsRepository->setUser($user);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -37,4 +37,4 @@ trait ChecksLogin
|
||||
// Only allow logged in users
|
||||
return auth()->check();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -50,4 +50,4 @@ trait GetRuleConfiguration
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -832,4 +832,4 @@ class OperatorQuerySearch implements SearchInterface
|
||||
{
|
||||
return $this->accountRepository->getCashAccount();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user