Replace returns with return void.

This commit is contained in:
Hereward Mills
2015-12-23 09:39:10 +00:00
parent 8c80565535
commit b4173d827a
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()
{