mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/11775] Remove spaces at line ends
PHPBB3-11775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user