mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Add phpdocs everywhere.
This commit is contained in:
@@ -61,7 +61,7 @@ class Range
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Configure the list length.
|
||||
*/
|
||||
private function configureList(): void
|
||||
{
|
||||
@@ -70,7 +70,7 @@ class Range
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Configure the user's view.
|
||||
*/
|
||||
private function configureView(): void
|
||||
{
|
||||
@@ -101,6 +101,8 @@ class Range
|
||||
}
|
||||
|
||||
/**
|
||||
* Error when sqlite in docker.
|
||||
*
|
||||
* @param Request $request
|
||||
*/
|
||||
private function loseItAll(Request $request): void
|
||||
@@ -113,6 +115,8 @@ class Range
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the range for the current view.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
private function setRange(): void
|
||||
|
||||
Reference in New Issue
Block a user