From adc4eb2948bba03c51b6baf3724fbfbdcb4bc780 Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 8 Aug 2024 17:22:33 +0530 Subject: [PATCH] Fix stan error --- 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 31f0a95a..84186543 100644 --- a/src/View/BakeView.php +++ b/src/View/BakeView.php @@ -128,7 +128,7 @@ public function dispatchEvent(string $name, array $data = [], ?object $subject = * * @param ?string $plugin Optional plugin name to scan for view files. * @param bool $cached Set to false to force a refresh of view paths. Default true. - * @return array paths + * @return list paths */ protected function _paths(?string $plugin = null, bool $cached = true): array {