Skip to content

Commit 7c74ebe

Browse files
ericdurana-lwilliams
authored andcommitted
updating to fix latest comment.
1 parent 8d48ea5 commit 7c74ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Deployment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Deployment extends AbstractApi
1010
public function all($username, $repository, array $params = array())
1111
{
1212
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/deployments', array(),
13-
['Accept' => 'application/vnd.github.cannonball-preview+json']
13+
array('Accept' => 'application/vnd.github.cannonball-preview+json')
1414
);
1515
}
1616

0 commit comments

Comments
 (0)