1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

[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;