Skip to content

Commit 4468b2b

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Update event_dispatcher.rst : fix return type
2 parents 2ae6014 + 224af52 commit 4468b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ this::
728728
return $this->subject;
729729
}
730730

731-
public function setSubject(string $subject): string
731+
public function setSubject(string $subject): void
732732
{
733733
$this->subject = $subject;
734734
}

0 commit comments

Comments
 (0)