Minor spacing fixes

This commit is contained in:
Timothy Warren 2016-02-02 21:38:38 -05:00
parent 540a82fe22
commit 4533ea0b26
4 changed files with 5 additions and 6 deletions

View File

@ -171,7 +171,6 @@ class Manga extends Controller {
/** /**
* Search for a manga to add to the list * Search for a manga to add to the list
* *
* @param string $query
* @return void * @return void
*/ */
public function search() public function search()

View File

@ -78,7 +78,7 @@ class Anime extends API {
* Remove an anime from a list * Remove an anime from a list
* *
* @param array $data * @param array $data
* @return array * @return array|false
*/ */
public function delete($data) public function delete($data)
{ {

View File

@ -50,7 +50,7 @@ class Manga extends API {
*/ */
protected $base_url = "https://hummingbird.me/"; protected $base_url = "https://hummingbird.me/";
protected function _manga_api_call($type, $url, $json=null) protected function _manga_api_call($type, $url, $json = NULL)
{ {
$token = $this->container->get('auth') $token = $this->container->get('auth')
->get_auth_token(); ->get_auth_token();