Skip to content

Commit

Permalink
Fix docblocks of Recipe\SearchEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Jul 7, 2015
1 parent e777714 commit 9bbb78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/V2/Endpoint/Recipe/SearchEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ protected function url() {
}

/**
* @param int|string $id
* @return mixed
* @param int $id
* @return int[]
*/
public function input( $id ) {
return $this->request([ 'input' => $id ])->json();
}

/**
* @param int|string $id
* @return mixed
* @param int $id
* @return int[]
*/
public function output( $id ) {
return $this->request([ 'output' => $id ])->json();
Expand Down

0 comments on commit 9bbb78d

Please sign in to comment.