Skip to content

Commit 5d7cb70

Browse files
authored
Merge pull request KnpLabs#641 from GrahamCampbell/patch-1
Added missing newlines
2 parents b36d661 + 69c1fa1 commit 5d7cb70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Github/Client.php

+3
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public function api($name)
203203
case 'integrations':
204204
$api = new Api\Integrations($this);
205205
break;
206+
206207
case 'apps':
207208
$api = new Api\Apps($this);
208209
break;
@@ -225,6 +226,7 @@ public function api($name)
225226
case 'organizations':
226227
$api = new Api\Organization($this);
227228
break;
229+
228230
case 'org_project':
229231
case 'orgProject':
230232
case 'org_projects':
@@ -284,6 +286,7 @@ public function api($name)
284286
case 'meta':
285287
$api = new Api\Meta($this);
286288
break;
289+
287290
case 'graphql':
288291
$api = new Api\GraphQL($this);
289292
break;

0 commit comments

Comments
 (0)