From 617a80f8acd2df9d87268d5673130695d2f8258a Mon Sep 17 00:00:00 2001 From: Sibin Grasic Date: Fri, 3 Feb 2023 11:47:50 +0100 Subject: [PATCH] fix: Fixed phpdoc --- src/Asset_Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Asset_Loader.php b/src/Asset_Loader.php index fc52b90..904f42d 100644 --- a/src/Asset_Loader.php +++ b/src/Asset_Loader.php @@ -56,7 +56,7 @@ public function __construct() { /** * Gets the singleton instance * - * @return Loader + * @return Asset_Loader */ public static function get_instance() { return self::$instance ?? self::$instance = new Asset_Loader(); //phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found