diff --git a/system/View/View.php b/system/View/View.php index 1aec11cab57b..7b6bfea0bba5 100644 --- a/system/View/View.php +++ b/system/View/View.php @@ -86,7 +86,7 @@ class View implements RendererInterface * Cache stats about our performance here, * when CI_DEBUG = true * - * @var list + * @var list */ protected $performanceData = []; @@ -491,7 +491,7 @@ public function include(string $view, ?array $options = null, $saveData = true): * Returns the performance data that might have been collected * during the execution. Used primarily in the Debug Toolbar. * - * @return list + * @return list */ public function getPerformanceData(): array {