Skip to content

Commit 41e1d90

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Update event_dispatcher.rst : fix return type
2 parents 0146da1 + 4468b2b commit 41e1d90

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
@@ -739,7 +739,7 @@ this::
739739
return $this->subject;
740740
}
741741

742-
public function setSubject(string $subject): string
742+
public function setSubject(string $subject): void
743743
{
744744
$this->subject = $subject;
745745
}

0 commit comments

Comments
 (0)