1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/13429] Replace @changed with @change in event docblocks

PHPBB3-13429
This commit is contained in:
Jakub Senko
2016-11-20 17:58:59 +01:00
parent dbd9c1f242
commit c2836725f9
12 changed files with 36 additions and 36 deletions

View File

@@ -552,7 +552,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
'* @since 3.1.0-a1',
'/**',
'* @since 3.1.0-a1',
'* @changed 3.1.0-a2',
'* @change 3.1.0-a2',
'*/',
'$phpbb_dispatcher->dispatch(\'test\');',
),
@@ -590,9 +590,9 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
array(
array(
'/**',
'* @changed 3.1.0-a1',
'* @changed 3.1.0-a2',
'* @changed 3.1.0-a3',
'* @change 3.1.0-a1',
'* @change 3.1.0-a2',
'* @change 3.1.0-a3',
'*/',
'$phpbb_dispatcher->dispatch(\'test\');',
),
@@ -657,7 +657,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
' * Hello Bertie!',
' *',
' * @since 3.1.0-a1',
' * @changed 3.1.0-a2',
' * @change 3.1.0-a2',
' */',
' $phpbb_dispatcher->dispatch(\'test\');',
),
@@ -691,9 +691,9 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
array(
array(
'/**',
'* @changed 3.1.0-a1',
'* @changed 3.1.0-a2',
'* @changed 3.1.0-a3',
'* @change 3.1.0-a1',
'* @change 3.1.0-a2',
'* @change 3.1.0-a3',
'*/',
'$phpbb_dispatcher->dispatch(\'test\');',
),