From ae350bda4276d245a8480242a8c803a840922ece Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Mon, 28 Jul 2014 14:56:19 +0200 Subject: [PATCH] [ticket/12870] Add doc block PHPBB3-12870 --- phpBB/phpbb/db/migrator.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/phpbb/db/migrator.php b/phpBB/phpbb/db/migrator.php index 4b1ab1fd32..8bc63e564a 100644 --- a/phpBB/phpbb/db/migrator.php +++ b/phpBB/phpbb/db/migrator.php @@ -768,6 +768,10 @@ class migrator return $this->migrations; } + /** + * Creates the migrations table if it does not exist. + * @return null + */ public function create_migrations_table() { // Make sure migrations have been installed.