We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bcd992 + 0050d6c commit 3586939Copy full SHA for 3586939
src/Issue/Component.php
@@ -6,7 +6,7 @@ class Component implements \JsonSerializable
6
public $id;
7
public $name;
8
9
- public function __construct($name)
+ public function __construct($name = null)
10
{
11
$this->name = $name;
12
}
0 commit comments