Skip to content

Commit 7c39f50

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Update event_dispatcher.rst : fix return type
2 parents 84cd35a + 41e1d90 commit 7c39f50

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
@@ -734,7 +734,7 @@ this::
734734
return $this->subject;
735735
}
736736

737-
public function setSubject(string $subject): string
737+
public function setSubject(string $subject): void
738738
{
739739
$this->subject = $subject;
740740
}

0 commit comments

Comments
 (0)