1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/10714] Fix several comments and variable names

PHPBB3-10714
This commit is contained in:
Joas Schilling
2013-01-16 14:18:09 +01:00
parent 512697341a
commit 37014abd02
3 changed files with 53 additions and 54 deletions

View File

@@ -215,7 +215,7 @@ class phpbb_log_function_view_log_test extends phpbb_database_test_case
array(
// Array of datasets that should be in $log after running the function
'expected' => array(5, 7),
// Offset that will be returned form the function
// Offset that will be returned from the function
'expected_returned' => 0,
// view_log parameters (see includes/functions_admin.php for docblock)
// $log is ommited!