Fix imports

This commit is contained in:
James Brooks
2015-08-31 13:40:23 +01:00
parent 082062fa1b
commit 75588db98e
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ class AddComponentCommandHandler
*
* @param \CachetHQ\Cachet\Commands\Component\AddComponentCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\Component
*/
public function handle(AddComponentCommand $command)
{

View File

@@ -22,7 +22,7 @@ class AddComponentGroupCommandHandler
*
* @param \CachetHQ\Cachet\Commands\ComponentGroup\AddComponentGroupCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\ComponentGroup
*/
public function handle(AddComponentGroupCommand $command)
{

View File

@@ -23,7 +23,7 @@ class ReportIncidentCommandHandler
*
* @param \CachetHQ\Cachet\Commands\Incident\ReportIncidentCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\Incident
*/
public function handle(ReportIncidentCommand $command)
{

View File

@@ -22,7 +22,7 @@ class AddMetricCommandHandler
*
* @param \CachetHQ\Cachet\Commands\Metric\AddMetricCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\Metric
*/
public function handle(AddMetricCommand $command)
{

View File

@@ -23,7 +23,7 @@ class AddMetricPointCommandHandler
*
* @param \CachetHQ\Cachet\Commands\Metric\AddMetricPointCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\MetricPoint
*/
public function handle(AddMetricPointCommand $command)
{

View File

@@ -22,7 +22,7 @@ class AddTeamMemberCommandHandler
*
* @param \CachetHQ\Cachet\Commands\User\AddTeamMemberCommand $command
*
* @return void
* @return \CachetHQ\Cachet\Models\User
*/
public function handle(AddTeamMemberCommand $command)
{