Skip to content

Commit 06787a1

Browse files
committed
cs
1 parent 6ee0e0b commit 06787a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Github/Api/Deployment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ public function create($username, $repository, array $params)
7777
* @param string $username the user who owns the repo
7878
* @param string $repository the name of the repo
7979
* @param int $id the id of the deployment
80-
*
80+
*
8181
* @return mixed null on success, array on error with 'message'
8282
*/
8383
public function remove($username, $repository, $id)
8484
{
8585
return $this->delete('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/deployments/'.$id);
8686
}
87-
87+
8888
/**
8989
* Updates a deployment by creating a new status update.
9090
*

test/Github/Tests/Api/DeploymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ protected function getApiClass()
125125
{
126126
return \Github\Api\Deployment::class;
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)