Skip to content

Commit

Permalink
Merge pull request #1 from micropackage/feature/fix-return-type
Browse files Browse the repository at this point in the history
change return type for `get` method
  • Loading branch information
jakubmikita authored Jan 18, 2022
2 parents 7422432 + 4140594 commit 14ee105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Singleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __wakeup() {
* Gets the instance
*
* @since 1.0.0
* @return Singleton
* @return static
*/
public static function get() {
$class = get_called_class();
Expand Down

0 comments on commit 14ee105

Please sign in to comment.