From 85c804dfb025e998e7f2e9e2f5c2ba091e60a906 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 3 Jan 2020 21:17:49 -0600 Subject: [PATCH] Apply fixes from StyleCI (#31024) --- src/Illuminate/View/Component.php | 1 - tests/View/ViewComponentAttributeBagTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Illuminate/View/Component.php b/src/Illuminate/View/Component.php index 07474d9949cf..4bdb3e2da359 100644 --- a/src/Illuminate/View/Component.php +++ b/src/Illuminate/View/Component.php @@ -3,7 +3,6 @@ namespace Illuminate\View; use Closure; -use Illuminate\Support\HtmlString; use Illuminate\Support\Str; use ReflectionClass; use ReflectionMethod; diff --git a/tests/View/ViewComponentAttributeBagTest.php b/tests/View/ViewComponentAttributeBagTest.php index b9707da940d3..9af5e7a18a36 100644 --- a/tests/View/ViewComponentAttributeBagTest.php +++ b/tests/View/ViewComponentAttributeBagTest.php @@ -2,7 +2,6 @@ namespace Illuminate\Tests\View; -use Illuminate\View\Component; use Illuminate\View\ComponentAttributeBag; use PHPUnit\Framework\TestCase;