1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14742] Fix comments in migrator

PHPBB3-14742
This commit is contained in:
Oliver Schramm
2016-08-20 03:35:38 +02:00
parent 488fd8f54c
commit e050cf5c11
5 changed files with 6 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ class config_text implements \phpbb\db\migration\tool\tool_interface
break;
case 'reverse':
// It's like double negative
// Reversing a reverse is just the call itself
$call = array_shift($arguments);
break;
}