Fix StyleCI

This commit is contained in:
Anne-Greeth van Herwijnen
2019-04-26 13:12:30 +02:00
parent a86793079c
commit b5816a3340
3 changed files with 4 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ final class ScheduleWasCreatedEvent implements ActionInterface, ScheduleEventInt
*/
public $schedule;
/**
/**
* Whether to notify that the incident was reported.
*
* @var bool
@@ -52,7 +52,7 @@ final class ScheduleWasCreatedEvent implements ActionInterface, ScheduleEventInt
*
* @return void
*/
public function __construct(User $user, Schedule $schedule, $notify = false)
public function __construct(User $user, Schedule $schedule, $notify = false)
{
$this->user = $user;
$this->schedule = $schedule;