Skip to content

Commit b389781

Browse files
committed
fix: Fixed docblock for function
1 parent 6034bae commit b389781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Traits/Singleton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ trait Singleton
1616
/**
1717
* Singleton instance
1818
*
19-
* @var Singleton
19+
* @var static
2020
*/
2121
private static $instance;
2222

2323
/**
2424
* Returns the singleton instance
2525
*
26-
* @return Singleton
26+
* @return static
2727
*/
2828
public static function getInstance()
2929
{

0 commit comments

Comments
 (0)