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:
@@ -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\');',
|
||||
),
|
||||
|
Reference in New Issue
Block a user