From ab552625dae23db95053700f5ccddb611e13afc0 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 4 Mar 2020 23:07:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Support/Result.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Support/Result.php b/src/Support/Result.php index e92512aa..38a34bc3 100644 --- a/src/Support/Result.php +++ b/src/Support/Result.php @@ -2,13 +2,12 @@ namespace Helldar\LaravelLangPublisher\Support; +use function array_merge; use Helldar\LaravelLangPublisher\Contracts\Result as ResultContract; use Helldar\LaravelLangPublisher\Facades\Arr; use Illuminate\Console\Command; use Illuminate\Support\Str; -use function array_merge; - final class Result implements ResultContract { /** @var \Illuminate\Console\Command */