Skip to content

Commit 93cb7ac

Browse files
hrobertsonm1guelpf
authored andcommitted
PSR-2 Indentation
1 parent 0b2fc89 commit 93cb7ac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -404,16 +404,16 @@ public function getProjectIssuesExpectedArray()
404404
*/
405405
public function getProjectUsersExpectedArray()
406406
{
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-
];
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+
];
417417
}
418418

419419
/**

0 commit comments

Comments
 (0)