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 4e6658d commit 8953af3Copy full SHA for 8953af3
lib/Github/Api/Meta.php
@@ -19,4 +19,4 @@ public function service()
19
{
20
return $this->get('meta');
21
}
22
-}
+}
test/Github/Tests/Api/MetaTest.php
@@ -9,11 +9,10 @@ class MetaTest extends TestCase
9
*/
10
public function shouldGetInformationService()
11
12
-
13
$expectedArray = array(
14
'hooks' => array(
15
'127.0.0.1/32'
16
- ),
+ ),
17
'git' => array(
18
),
0 commit comments