mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Remove documentation that repeats the code
Mostly comments along the lines of "{classname} constructor" in the doc block for the __construct method. Change-Id: I67ffe070985dc75a5d817b1b5ac97b529d7ab4b8
This commit is contained in:
parent
81630c4267
commit
55cc7c2828
|
@ -31,7 +31,6 @@ class RefGroup {
|
|||
public $indexByName;
|
||||
|
||||
/**
|
||||
* RefGroup constructor.
|
||||
* @param string $group
|
||||
*/
|
||||
public function __construct( string $group = '' ) {
|
||||
|
|
Loading…
Reference in a new issue