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

@@ -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()
{