We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97e91f commit 643a798Copy full SHA for 643a798
src/Logger.php
@@ -116,7 +116,7 @@ private function __construct() {
116
/**
117
* Return the singleton instance of this class, creating it first if needed.
118
*
119
- * @return \parseword\phorml\Logger
+ * @return \parseword\logger\Logger
120
*/
121
public static function getInstance(): Logger {
122
if (empty(self::$instance)) {
0 commit comments