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 {