Skip to content

Commit d49e341

Browse files
committed
Merge pull request KnpLabs#240 from GrahamForks/cs
Fixed indentation
2 parents 3afd34d + 18b4ac7 commit d49e341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Github/Tests/Api/RepoTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ public function shouldGetCommitActivity()
426426

427427
$api = $this->getApiMock();
428428
$api->expects($this->once())
429-
->method('get')
430-
->with('repos/KnpLabs/php-github-api/stats/commit_activity')
431-
->will($this->returnValue($expectedArray));
429+
->method('get')
430+
->with('repos/KnpLabs/php-github-api/stats/commit_activity')
431+
->will($this->returnValue($expectedArray));
432432

433433
$this->assertEquals($expectedArray, $api->activity('KnpLabs', 'php-github-api'));
434434
}

0 commit comments

Comments
 (0)