Update docblocks

This commit is contained in:
James Brooks
2017-07-27 20:20:08 -04:00
parent 0186d195c2
commit 4091b910ff
7 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the app composer.
* This is the app composer class.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>

View File

@@ -15,7 +15,7 @@ use Illuminate\Contracts\View\View;
use Illuminate\Support\Facades\Auth;
/**
* This is the current user composer.
* This is the current user composer class.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>

View File

@@ -19,7 +19,7 @@ use CachetHQ\Cachet\Models\Subscriber;
use Illuminate\Contracts\View\View;
/**
* This is the dashboard composer.
* This is the dashboard composer class.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>

View File

@@ -16,9 +16,10 @@ use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\View\View;
/**
* This is the module composer.
* This is the module composer class.
*
* @author Connor S. Parks <connor@connorvg.tv>
* @author James Brooks <james@alt-three.com>
*/
class ModuleComposer
{

View File

@@ -14,7 +14,7 @@ namespace CachetHQ\Cachet\Composers;
use Illuminate\Contracts\View\View;
/**
* This is the settings composer.
* This is the settings composer class.
*
* @author James Brooks <james@alt-three.com>
*/

View File

@@ -15,7 +15,7 @@ use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the theme composer.
* This is the theme composer class.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>

View File

@@ -17,7 +17,7 @@ use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the timezone locale composer.
* This is the timezone locale composer class.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>