mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
undefined param
This commit is contained in:
parent
056f85bbc9
commit
0780b85c30
@ -11,9 +11,6 @@ class TEnumCase extends TNamedObject
|
||||
*/
|
||||
public $case_name;
|
||||
|
||||
/**
|
||||
* @param string $value the name of the object
|
||||
*/
|
||||
public function __construct(string $fq_enum_name, string $case_name)
|
||||
{
|
||||
parent::__construct($fq_enum_name, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user