Skip to content

Commit 7fcf694

Browse files
omarlopesinom1guelpf
authored andcommitted
Projects tests: Fix missing coding standard check
1 parent 8b7be6a commit 7fcf694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ public function shouldGetPipelines()
272272
*
273273
* @test
274274
*/
275-
public function shouldGetProjectIssues() {
275+
public function shouldGetProjectIssues()
276+
{
276277
$expectedArray = $this->getProjectIssuesExpectedArray();
277278

278279
$api = $this->getApiMock();

0 commit comments

Comments
 (0)