From 79b63505f000c1a6cfc5f8c102b7f0981c628874 Mon Sep 17 00:00:00 2001 From: flack Date: Thu, 21 Mar 2024 13:11:13 +0100 Subject: [PATCH] phpdoc fix --- src/midcom/templating/loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/midcom/templating/loader.php b/src/midcom/templating/loader.php index 0363dab9c..fd0579e5d 100644 --- a/src/midcom/templating/loader.php +++ b/src/midcom/templating/loader.php @@ -67,7 +67,7 @@ public function set_directories(?midcom_db_topic $topic, array $prepend, array $ /** * Gets the component styledir associated with the topic's component. * - * @return mixed the path to the component's style directory. + * @return ?string the path to the component's style directory. */ private function get_component_snippetdir(?midcom_db_topic $topic) : ?string {