Fixed comment
This commit is contained in:
@@ -125,9 +125,9 @@ class Tlog Implements LoggerInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new Tlog instance, than t will not interfere with the "Main" instance
|
* Create a new Tlog instance, that could be configured without interfering with the "main" instance
|
||||||
*
|
*
|
||||||
* @return Tlog a new Tlog instance
|
* @return Tlog a new Tlog instance.
|
||||||
*/
|
*/
|
||||||
public static function getNewInstance() {
|
public static function getNewInstance() {
|
||||||
$instance = new Tlog();
|
$instance = new Tlog();
|
||||||
|
|||||||
Reference in New Issue
Block a user