mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11775] Remove spaces at line ends
PHPBB3-11775
This commit is contained in:
parent
63535b196d
commit
4b0adfcff5
1 changed files with 4 additions and 4 deletions
|
@ -596,9 +596,9 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
|
||||
/**
|
||||
* Creates a topic
|
||||
*
|
||||
*
|
||||
* Be sure to login before creating
|
||||
*
|
||||
*
|
||||
* @param int $forum_id
|
||||
* @param string $subject
|
||||
* @param string $message
|
||||
|
@ -620,9 +620,9 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
|
||||
/**
|
||||
* Creates a post
|
||||
*
|
||||
*
|
||||
* Be sure to login before creating
|
||||
*
|
||||
*
|
||||
* @param int $forum_id
|
||||
* @param int $topic_id
|
||||
* @param string $subject
|
||||
|
|
Loading…
Add table
Reference in a new issue