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 32acac4 commit 179532aCopy full SHA for 179532a
lib/Github/Api/Search.php
@@ -76,6 +76,7 @@ public function code($q, $sort = 'updated', $order = 'desc')
76
public function code_with_match($q, $sort = 'updated', $order = 'desc')
77
{
78
$this->acceptHeaderValue = 'application/vnd.github.v3.text-match+json';
79
+
80
return $this->code($q, $sort, $order);
81
}
82
0 commit comments