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,7 +30,7 @@ class MysqlLogger extends AbstractLogger {
/**
* Syslogger Objects Array
* @var loggers
* @var MysqlLogger[]
*/
static private $loggers = array();