1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

undefined param

This commit is contained in:
orklah 2021-09-25 16:30:38 +02:00
parent 056f85bbc9
commit 0780b85c30

View File

@ -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);