diff --git a/src/View/BakeView.php b/src/View/BakeView.php index bc818f08..3a3b6df7 100644 --- a/src/View/BakeView.php +++ b/src/View/BakeView.php @@ -107,7 +107,7 @@ public function render(?string $template = null, $layout = null): string * * @param mixed $subject The object that this event applies to * ($this by default). - * @return \Cake\Event\EventInterface + * @return \Cake\Event\EventInterface */ public function dispatchEvent(string $name, $data = null, $subject = null): EventInterface {