Fix some docblocks

This commit is contained in:
James Brooks
2016-10-07 13:51:59 +01:00
parent b1e23e4145
commit 42713f51e3
7 changed files with 40 additions and 3 deletions
+6
View File
@@ -16,6 +16,12 @@ use GrahamCampbell\Markdown\Facades\Markdown;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the app composer.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class AppComposer
{
/**
+7
View File
@@ -14,6 +14,13 @@ namespace CachetHQ\Cachet\Composers;
use Illuminate\Contracts\View\View;
use Illuminate\Support\Facades\Auth;
/**
* This is the current user composer.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class CurrentUserComposer
{
/**
+6
View File
@@ -17,6 +17,12 @@ use CachetHQ\Cachet\Models\IncidentTemplate;
use CachetHQ\Cachet\Models\Subscriber;
use Illuminate\Contracts\View\View;
/**
* This is the dashboard composer.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class DashboardComposer
{
/**
+5
View File
@@ -15,6 +15,11 @@ use CachetHQ\Cachet\Services\Modules\Manager;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\View\View;
/**
* This is the module composer.
*
* @author Connor S. Parks <connor@connorvg.tv>
*/
class ModuleComposer
{
/**
+6
View File
@@ -14,6 +14,12 @@ namespace CachetHQ\Cachet\Composers;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the theme composer.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class ThemeComposer
{
/**
+7
View File
@@ -25,6 +25,13 @@ use Illuminate\Support\Facades\Response;
use Illuminate\Support\Facades\Validator;
use Illuminate\Support\Facades\View;
/**
* This is the setup controller.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
*/
class SetupController extends Controller
{
/**