mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/11981] Fix code sniffer complaints
PHPBB3-11981
This commit is contained in:
@@ -33,7 +33,7 @@ class tools
|
||||
/**
|
||||
* @var object DB object
|
||||
*/
|
||||
var $db = NULL;
|
||||
var $db = null;
|
||||
|
||||
/**
|
||||
* The Column types for every database we support
|
||||
|
Reference in New Issue
Block a user