mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Remove unused class property initialization
It's guaranteed to be initialized in the constructor. Change-Id: I7c39e5ca3a80b8f9279bdecc3a724f39d1f987e3
This commit is contained in:
parent
1cf3de024f
commit
73c79aeb68
|
@ -36,7 +36,7 @@ final class Group {
|
|||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $id = '';
|
||||
private $id;
|
||||
|
||||
/**
|
||||
* @param string $id of the menu defaults to null (optional)
|
||||
|
|
Loading…
Reference in a new issue