Skip to content

Commit 0718c6d

Browse files
Add docs
1 parent 9054aeb commit 0718c6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/class-tiny-logger.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function get_instance() {
5353

5454
/**
5555
* Constructor.
56-
56+
* sets log_file path and log_enabled
5757
*/
5858
private function __construct() {
5959
$this->log_file_path = $this->resolve_log_file_path();
@@ -77,6 +77,8 @@ public static function init() {
7777
/**
7878
* Resets the singleton instance.
7979
* Used primarily for unit testing.
80+
*
81+
* @return void
8082
*/
8183
public static function reset() {
8284
self::$instance = null;

0 commit comments

Comments
 (0)