Skip to content

Commit

Permalink
fix: Fixed phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Feb 3, 2023
1 parent 79c675d commit 617a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asset_Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 617a80f

Please sign in to comment.