aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migration/recall_params.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbal/migration/recall_params.php')
-rw-r--r--tests/dbal/migration/recall_params.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/migration/recall_params.php b/tests/dbal/migration/recall_params.php
index b7cc78d514..ee0f04c09d 100644
--- a/tests/dbal/migration/recall_params.php
+++ b/tests/dbal/migration/recall_params.php
@@ -21,7 +21,7 @@ class phpbb_dbal_migration_recall_params extends \phpbb\db\migration\migration
function update_data()
{
return array(
- array('custom', array(array(&$this, 'test_call'), array(5))),
+ array('custom', array(array($this, 'test_call'), array(5))),
);
}