Skip to content

Commit

Permalink
Return in setInput(). Saves a line of boilerplate. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Oct 30, 2024
1 parent 5fd5656 commit 39973e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Options/FormatterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,12 @@ public function getOptions()
* options for this request.
*
* @param InputInterface $input
* @return type
* @return self
*/
public function setInput(InputInterface $input)
{
$this->input = $input;
return $this;
}

/**
Expand Down

0 comments on commit 39973e0

Please sign in to comment.