Remove unused class property initialization

It's guaranteed to be initialized in the constructor.

Change-Id: I7c39e5ca3a80b8f9279bdecc3a724f39d1f987e3
This commit is contained in:
Thiemo Kreuz 2021-12-17 11:31:44 +01:00
parent 1cf3de024f
commit 73c79aeb68

View file

@ -36,7 +36,7 @@ final class Group {
/**
* @var string
*/
private $id = '';
private $id;
/**
* @param string $id of the menu defaults to null (optional)