Skip to content

Commit

Permalink
Apply fixes from StyleCI (#16876)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Dec 20, 2016
1 parent 4810e9d commit e83703e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Illuminate/Http/Concerns/InteractsWithInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
use Illuminate\Http\UploadedFile;
use Symfony\Component\HttpFoundation\ParameterBag;

trait InteractsWithInput
{
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Closure;
use ArrayAccess;
use SplFileInfo;
use RuntimeException;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
Expand Down

0 comments on commit e83703e

Please sign in to comment.