We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d48ea5 commit 7c74ebeCopy full SHA for 7c74ebe
lib/Github/Api/Deployment.php
@@ -10,7 +10,7 @@ class Deployment extends AbstractApi
10
public function all($username, $repository, array $params = array())
11
{
12
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/deployments', array(),
13
- ['Accept' => 'application/vnd.github.cannonball-preview+json']
+ array('Accept' => 'application/vnd.github.cannonball-preview+json')
14
);
15
}
16
0 commit comments