From f7f28ae08bd7a96a8c6d2aa0e7bc61a75d6cfee6 Mon Sep 17 00:00:00 2001 From: d_yanis Date: Mon, 8 Jan 2024 22:41:49 +0100 Subject: [PATCH] Last review's request --- config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.php b/config.php index 01ae8c4..fdf02a4 100644 --- a/config.php +++ b/config.php @@ -10,6 +10,8 @@ const SUPPORTS_FAST_REFRESH = _SUPPORTS_FAST_REFRESH; /** * Maps the given relative source uri (relative to the `/front` folder) to its actual location depending on imported profile. * @param string $assetURI relative uri path from `/front` folder + * @return string valid url that points to the given uri + */ function asset(string $assetURI): string { return _asset($assetURI);