Skip to content

Commit

Permalink
Merge branch '5.5' of github.com:laravel/framework into 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 7, 2017
2 parents 73805bf + abc8b7f commit 04e5b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Session/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public function decrement($key, $amount = 1)
* @param mixed $value
* @return void
*/
public function flash($key, $value = true)
public function flash(string $key, $value = true)
{
$this->put($key, $value);

Expand Down

0 comments on commit 04e5b33

Please sign in to comment.