More docblocks that should return void

This commit is contained in:
James Brooks
2015-08-30 22:45:27 +01:00
parent 77f19da9b0
commit 9414456fd1
16 changed files with 39 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ class Kernel extends ConsoleKernel
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
*
* @return void
*/
protected function schedule(Schedule $schedule)
{