more and more checkstyle fixes
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -41,7 +41,7 @@ class DbManagerMySQL
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
private $_log = null;
|
||||
private $log = null;
|
||||
|
||||
/**
|
||||
* main constructor
|
||||
@@ -50,7 +50,7 @@ class DbManagerMySQL
|
||||
*/
|
||||
public function __construct(&$log = null)
|
||||
{
|
||||
$this->_log = $log;
|
||||
$this->log = $log;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user