mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -307,7 +307,7 @@ class CategoryController extends Controller
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
private function makePeriodChart(Category $category, Carbon $start, Carbon $end): array
|
||||
protected function makePeriodChart(Category $category, Carbon $start, Carbon $end): array // chart helper method.
|
||||
{
|
||||
$cache = new CacheProperties;
|
||||
$cache->addProperty($start);
|
||||
|
||||
Reference in New Issue
Block a user