Merge pull request #1279 from thehereward/correct-returns-void

Replace returns with return void.
This commit is contained in:
James Brooks
2015-12-24 11:48:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class IncidentController extends Controller
/**
* Creates a new incident controller instance.
*
* @return \CachetHQ\Cachet\Http\Controllers\DashScheduleController
* @return void
*/
public function __construct()
{

View File

@@ -38,7 +38,7 @@ class ScheduleController extends Controller
/**
* Creates a new schedule controller instance.
*
* @return \CachetHQ\Cachet\Http\Controllers\DashScheduleController
* @return void
*/
public function __construct()
{