mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/11700] Fix some more incorrectly changed comments
PHPBB3-11700
This commit is contained in:
@@ -26,7 +26,7 @@ class config_comment
|
||||
private $exact_string;
|
||||
|
||||
/**
|
||||
* Create a new \comment
|
||||
* Create a new comment
|
||||
*
|
||||
* @param string $exact_string The content of the comment including newlines, leading whitespace, etc.
|
||||
*
|
||||
|
@@ -29,7 +29,7 @@ class config_section
|
||||
private $variables = array();
|
||||
|
||||
/**
|
||||
* Construct a new \section
|
||||
* Construct a new section
|
||||
*
|
||||
* @param string $name Name of the section
|
||||
* @param string $comment Comment that should be appended after the name in the
|
||||
|
Reference in New Issue
Block a user