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.
1 parent 20e3bf7 commit dc7b752Copy full SHA for dc7b752
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