chore: phpdoc blocks cleanup

This commit is contained in:
HDVinnie
2020-03-05 10:46:14 -05:00
parent ce483b1dab
commit 4b9c006a05
91 changed files with 459 additions and 391 deletions
+4 -1
View File
@@ -184,6 +184,7 @@ class StatsController extends Controller
* Show Extra-Stats Users.
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
* @throws \Exception
*/
public function uploaded()
{
@@ -210,6 +211,7 @@ class StatsController extends Controller
* Show Extra-Stats Users.
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
* @throws \Exception
*/
public function downloaded()
{
@@ -275,6 +277,7 @@ class StatsController extends Controller
* Show Extra-Stats Users.
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
* @throws \Exception
*/
public function bankers()
{
@@ -417,7 +420,7 @@ class StatsController extends Controller
/**
* Show Extra-Stats Groups.
*
* @param $id
* @param \App\Models\Group $id
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
*/