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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user