tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

Can't create issues with labels #86

Closed KareemMAX closed 8 years ago

KareemMAX commented 8 years ago

How can I create an issue with label

I tried this code but it didn't work

$client->issues->createAnIssue('KareemMAX', 'Minecraft-Skiner', $_POST["title"], $_POST["body"],null,null,null,array("Bug tracker"));
tan-tan-kanarek commented 8 years ago

Seems like you place eight variables instead of seven, please remove one null.

KareemMAX commented 8 years ago

It works now, Sorry for the inconvenience.