Skip to content

Commit cdaad05

Browse files
authored
Remove usage of rawurlencode
1 parent 62b43ab commit cdaad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function show($username)
7171
*/
7272
public function showById($id)
7373
{
74-
return $this->get('/user/'.rawurlencode($id));
74+
return $this->get('/user/'.$id);
7575
}
7676

7777
/**

0 commit comments

Comments
 (0)