Skip to content

Commit d7d7307

Browse files
committed
Apply StyleCI fixes
1 parent fba4363 commit d7d7307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/DeploymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function shouldGetAllDeploymentsWithFilterParameters()
5151
*/
5252
public function shouldShowProject()
5353
{
54-
$expectedValue = array('id' => 123, 'ref' => 'master');
54+
$expectedValue = array('id' => 123, 'ref' => 'master');
5555

5656
$api = $this->getApiMock();
5757
$api->expects($this->once())

0 commit comments

Comments
 (0)