Skip to content

Commit 02bd5bc

Browse files
committed
fix: StyleCI
Signed-off-by: Hari Darshan Gorana <[email protected]>
1 parent 9d1ab1e commit 02bd5bc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/Github/Api/Organization/Actions/SelfHostedRunners.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SelfHostedRunners extends AbstractApi
1111
*
1212
* @param string $organization
1313
* @param string $type
14-
* @param int $page
14+
* @param int $page
1515
*
1616
* @return array|string
1717
*/
@@ -42,7 +42,7 @@ public function show(string $organization, int $runnerId)
4242
* @link https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#delete-a-self-hosted-runner-from-an-organization
4343
*
4444
* @param string $organization
45-
* @param int $runnerId
45+
* @param int $runnerId
4646
*
4747
* @return array|string
4848
*/

test/Github/Tests/Api/Organization/Actions/SelfHostedRunnersTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ protected function getApiClass()
113113
return SelfHostedRunners::class;
114114
}
115115
}
116-

0 commit comments

Comments
 (0)