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:
DannyS712 2021-06-02 09:52:53 +00:00
parent 81630c4267
commit 55cc7c2828

View file

@ -31,7 +31,6 @@ class RefGroup {
public $indexByName;
/**
* RefGroup constructor.
* @param string $group
*/
public function __construct( string $group = '' ) {