Skip to content

Commit

Permalink
Apply fixes from StyleCI (laravel#23101)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 9, 2018
1 parent b0c2459 commit 04d90b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ protected function getInputSource()
* @param \Illuminate\Http\Request|null $to
* @return static
*/
public static function createFrom(Request $from, $to = null)
public static function createFrom(self $from, $to = null)
{
$request = $to ?: new static;

Expand Down

0 comments on commit 04d90b8

Please sign in to comment.