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 07fc9be commit 9154577Copy full SHA for 9154577
lib/Github/Api/Repository/Checks.php
@@ -3,6 +3,7 @@
3
namespace Github\Api\Repository;
4
5
use Github\Api\AbstractApi;
6
+use Github\Api\AcceptHeaderTrait;
7
use Github\Exception\MissingArgumentException;
8
9
/**
@@ -12,6 +13,9 @@
12
13
*/
14
class Checks extends AbstractApi
15
{
16
+ // NEXT_MAJOR: remove trait use.
17
+ use AcceptHeaderTrait;
18
+
19
20
* @link https://developer.github.com/v3/checks/runs/#create-a-check-run
21
*
0 commit comments