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 9054aeb commit 0718c6dCopy full SHA for 0718c6d
src/class-tiny-logger.php
@@ -53,7 +53,7 @@ public static function get_instance() {
53
54
/**
55
* Constructor.
56
-
+ * sets log_file path and log_enabled
57
*/
58
private function __construct() {
59
$this->log_file_path = $this->resolve_log_file_path();
@@ -77,6 +77,8 @@ public static function init() {
77
78
* Resets the singleton instance.
79
* Used primarily for unit testing.
80
+ *
81
+ * @return void
82
83
public static function reset() {
84
self::$instance = null;
0 commit comments