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 0b2fc89 commit 93cb7acCopy full SHA for 93cb7ac
test/Gitlab/Tests/Api/ProjectsTest.php
@@ -404,16 +404,16 @@ public function getProjectIssuesExpectedArray()
404
*/
405
public function getProjectUsersExpectedArray()
406
{
407
- return [
408
- [
409
- 'id' => 1,
410
- 'name' => 'John Doe',
411
- 'username' => 'john.doe',
412
- 'state' => 'active',
413
- 'avatar_url' => 'https://example.com',
414
- 'web_url' => 'https://gitlab.com/john.doe',
415
- ],
416
- ];
+ return [
+ [
+ 'id' => 1,
+ 'name' => 'John Doe',
+ 'username' => 'john.doe',
+ 'state' => 'active',
+ 'avatar_url' => 'https://example.com',
+ 'web_url' => 'https://gitlab.com/john.doe',
+ ],
+ ];
417
}
418
419
/**
0 commit comments