From e310c84265cd015feba6e702c3ec1b80c3cc0670 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 7 Jan 2023 18:41:30 +0530 Subject: [PATCH] Fix stan errors (#901) --- src/View/BakeView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {