Skip to content

Commit

Permalink
[5.3] Added type hint (laravel#16358)
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira authored and Le Minh Tri committed Nov 16, 2016
1 parent e1edc39 commit f249820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Transport/SparkPostTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getOptions()
* @param array $options
* @return array
*/
public function setOptions($options)
public function setOptions(array $options)
{
return $this->options = $options;
}
Expand Down

0 comments on commit f249820

Please sign in to comment.