tidy indenting
This commit is contained in:
parent
1ba0f72145
commit
a777a798a2
@ -19,8 +19,7 @@ public function getIssues($user,$repo){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function request($url, $postFields = null)
|
public function request($url, $postFields = null){
|
||||||
{
|
|
||||||
$url=$this->url.$url;
|
$url=$this->url.$url;
|
||||||
echo ">> $url\n";
|
echo ">> $url\n";
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user