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 91c8043 commit ca94676Copy full SHA for ca94676
lib/Github/Api/Organization/Actions/SelfHostedRunners.php
@@ -10,7 +10,7 @@ class SelfHostedRunners extends AbstractApi
10
* @link https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#list-self-hosted-runners-for-an-organization
11
*
12
* @param string $organization
13
- * @param array $parameters
+ * @param array $parameters
14
15
* @return array|string
16
*/
test/Github/Tests/Api/OrganizationTest.php
@@ -97,7 +97,7 @@ public function shouldGetSelfHostedRunnersApiObject()
97
98
$this->assertInstanceOf(\Github\Api\Organization\Actions\SelfHostedRunners::class, $api->runners());
99
}
100
-
+
101
/**
102
* @test
103
0 commit comments