[ticket/11386] Fix missing ;

PHPBB3-11386
This commit is contained in:
Nathaniel Guse 2013-03-04 09:55:23 -06:00
parent e4f7828199
commit 071defded6

View file

@ -29,7 +29,7 @@ class phpbb_db_migrator
protected $db; protected $db;
/** @var phpbb_db_tools */ /** @var phpbb_db_tools */
protected $db_tools protected $db_tools;
/** @var string */ /** @var string */
protected $table_prefix; protected $table_prefix;