Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 242b5f9

Browse files
committed
Fix problem with adding new issues
1 parent 4292778 commit 242b5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Issue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Issue
3434
* @param int $projectId
3535
* @param int $id
3636
*/
37-
function __construct($client, $projectId, $id)
37+
function __construct($client = null, $projectId = null, $id = null)
3838
{
3939
$this->client = $client;
4040
$this->projectId = $projectId;

0 commit comments

Comments
 (0)