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 20e3bf7 + dc7b752 commit 694d699Copy full SHA for 694d699
README.md
@@ -38,7 +38,7 @@ $client = new \Gitlab\Client('http://git.yourdomain.com/api/v3/'); // change her
38
$client->authenticate('your_gitlab_token_here', \Gitlab\Client::AUTH_URL_TOKEN); // change here
39
40
$project = $client->api('projects')->create('My Project', array(
41
- 'description' => 'This is a project'
+ 'description' => 'This is a project',
42
'issues_enabled' => false
43
));
44
0 commit comments