Skip to content

Commit f89811e

Browse files
committed
removing the whole phpdoc comment
1 parent c3be951 commit f89811e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Github/Api/Search.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ public function code($q, $sort = 'updated', $order = 'desc')
6767
*
6868
* @link https://docs.github.com/en/rest/reference/search#text-match-metadata
6969
*
70-
* @param $q the filter
71-
* @param $sort the sort field
72-
* @param $order asc/desc
73-
*
7470
* @return array list of code found
7571
*/
7672
public function codeWithMatch(string $q, string $sort = 'updated', string $order = 'desc'): array

0 commit comments

Comments
 (0)