Skip to content

Commit c30050c

Browse files
committed
styleCI fixes
1 parent a61fe84 commit c30050c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Github/Api/Deployment/Policies.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Policies extends AbstractApi
2121
* @param string $environment the name of the environment.
2222
* @param array $params query parameters to filter deployments by (see link)
2323
*
24-
* @return array the deployments requested
24+
* @return array the branch policies requested
2525
*/
2626
public function all(string $username, string $repository, string $environment, array $params = [])
2727
{
@@ -30,7 +30,7 @@ public function all(string $username, string $repository, string $environment, a
3030

3131
/**
3232
* Get a deployment branch policy.
33-
*
33+
*
3434
* @link https://docs.github.com/en/rest/deployments/branch-policies?apiVersion=2022-11-28#get-a-deployment-branch-policy
3535
*
3636
* @param string $username the username of the user who owns the repository
@@ -87,7 +87,7 @@ public function update(string $username, string $repository, string $environment
8787
* @param string $repository the name of the repository
8888
* @param string $environment the name of the environment.
8989
* @param int $id the unique identifier of the branch policy.
90-
*
90+
*
9191
* @return mixed null on success, array on error with 'message'
9292
*/
9393
public function remove(string $username, string $repository, string $environment, int $id)

0 commit comments

Comments
 (0)