1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/9737] Fix a few minor things in migrations

PHPBB3-9737
This commit is contained in:
Nathaniel Guse
2013-01-22 13:19:49 -06:00
parent ccd08e21f6
commit dfabdbca50
2 changed files with 9 additions and 4 deletions

View File

@@ -22,7 +22,10 @@ if (!defined('IN_PHPBB'))
*/
class phpbb_db_migration_exception extends \Exception
{
/** @var array Extra parameters sent to exception to aid in debugging */
/**
* Extra parameters sent to exception to aid in debugging
* @var array
*/
protected $parameters;
/**
@@ -42,6 +45,8 @@ class phpbb_db_migration_exception extends \Exception
/**
* Output the error as a string
*
* @return string
*/
public function __toString()
{