Fix docblocks

This commit is contained in:
James Brooks
2016-10-04 19:10:08 +01:00
parent 3d9928cbe3
commit 0646b6b475
6 changed files with 19 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\View\View;
/**
* This is the status page composer.
* This is the components composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
@@ -44,7 +44,7 @@ class ComponentsComposer
}
/**
* Index page view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*

View File

@@ -15,6 +15,12 @@ use CachetHQ\Cachet\Models\Metric;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\View\View;
/**
* This is the metrics composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
*/
class MetricsComposer
{
/**
@@ -25,7 +31,7 @@ class MetricsComposer
protected $config;
/**
* Create a new metrics composer.
* Create a new metrics composer instance.
*
* @param \Illuminate\Contracts\Config\Repository $config
*
@@ -37,7 +43,7 @@ class MetricsComposer
}
/**
* Metrics view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*

View File

@@ -15,7 +15,7 @@ use CachetHQ\Cachet\Models\Incident;
use Illuminate\Contracts\View\View;
/**
* This is the status page composer.
* This is the scheduled composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
@@ -23,7 +23,7 @@ use Illuminate\Contracts\View\View;
class ScheduledComposer
{
/**
* Index page view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*

View File

@@ -15,7 +15,7 @@ use CachetHQ\Cachet\Integrations\Contracts\System;
use Illuminate\Contracts\View\View;
/**
* This is the status page composer.
* This is the status composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
@@ -30,7 +30,7 @@ class StatusComposer
protected $system;
/**
* Create a new status page composer instance.
* Create a new status composer instance.
*
* @param \CachetHQ\Cachet\Integrations\Contracts\System $system
*
@@ -42,7 +42,7 @@ class StatusComposer
}
/**
* Index page view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*

View File

@@ -16,7 +16,7 @@ use CachetHQ\Cachet\Models\Incident;
use Illuminate\Contracts\View\View;
/**
* This is the status page composer.
* This is the stickied composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
@@ -25,7 +25,7 @@ use Illuminate\Contracts\View\View;
class StickiedComposer
{
/**
* Index page view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*

View File

@@ -14,7 +14,7 @@ namespace CachetHQ\Cachet\Composers\Modules;
use Illuminate\Contracts\View\View;
/**
* This is the status page composer.
* This is the timeline composer.
*
* @author James Brooks <james@alt-three.com>
* @author Connor S. Parks <connor@connorvg.tv>
@@ -22,7 +22,7 @@ use Illuminate\Contracts\View\View;
class TimelineComposer
{
/**
* Index page view composer.
* Bind data to the view.
*
* @param \Illuminate\Contracts\View\View $view
*