minor phpDoc fixes in Logger classes

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-16 15:50:31 +01:00
parent 7c96164770
commit 5afdbae83a
5 changed files with 9 additions and 9 deletions

View File

@@ -30,13 +30,13 @@ class FileLogger extends AbstractLogger {
/**
* Logfile
* @var logfile
* @var string
*/
private $logfile = null;
/**
* Syslogger Objects Array
* @var loggers
* @var FileLogger[]
*/
static private $loggers = array();