Skip to content

Commit 5deec78

Browse files
committed
fix: return type in doc block
1 parent b1896bf commit 5deec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-singleton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class Singleton {
2121
/**
2222
* Instantiate the class
2323
*
24-
* @return self
24+
* @return static
2525
*/
2626
public static function instance() {
2727
$caller = get_called_class();

0 commit comments

Comments
 (0)