Skip to content

Commit 643a798

Browse files
committed
Fix phpdoc
1 parent b97e91f commit 643a798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function __construct() {
116116
/**
117117
* Return the singleton instance of this class, creating it first if needed.
118118
*
119-
* @return \parseword\phorml\Logger
119+
* @return \parseword\logger\Logger
120120
*/
121121
public static function getInstance(): Logger {
122122
if (empty(self::$instance)) {

0 commit comments

Comments
 (0)