Skip to content

Commit ca94676

Browse files
committed
chore: fix StyleCi
Signed-off-by: Hari Darshan Gorana <[email protected]>
1 parent 91c8043 commit ca94676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SelfHostedRunners extends AbstractApi
1010
* @link https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-an-organization
1111
*
1212
* @param string $organization
13-
* @param array $parameters
13+
* @param array $parameters
1414
*
1515
* @return array|string
1616
*/

test/Github/Tests/Api/OrganizationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function shouldGetSelfHostedRunnersApiObject()
9797

9898
$this->assertInstanceOf(\Github\Api\Organization\Actions\SelfHostedRunners::class, $api->runners());
9999
}
100-
100+
101101
/**
102102
* @test
103103
*/

0 commit comments

Comments
 (0)