mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11386] Fix missing ;
PHPBB3-11386
This commit is contained in:
@@ -29,7 +29,7 @@ class phpbb_db_migrator
|
||||
protected $db;
|
||||
|
||||
/** @var phpbb_db_tools */
|
||||
protected $db_tools
|
||||
protected $db_tools;
|
||||
|
||||
/** @var string */
|
||||
protected $table_prefix;
|
||||
|
Reference in New Issue
Block a user