Add phpdocs everywhere.

This commit is contained in:
James Cole
2018-07-22 08:10:16 +02:00
parent 4a90ce35f2
commit 4d5bdd25a8
86 changed files with 661 additions and 80 deletions

View File

@@ -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