From 564a21badd03b8bf2908dd6fe8a9443733b3afb9 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 14 May 2021 10:00:53 +0100 Subject: [PATCH] style: apply fixes from php-cs-fixer --- src/Laravel/Commands/PestDatasetCommand.php | 2 +- src/Laravel/Commands/PestInstallCommand.php | 2 +- src/Laravel/Commands/PestTestCommand.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Laravel/Commands/PestDatasetCommand.php b/src/Laravel/Commands/PestDatasetCommand.php index 4fbc1469..14bd79ac 100644 --- a/src/Laravel/Commands/PestDatasetCommand.php +++ b/src/Laravel/Commands/PestDatasetCommand.php @@ -8,8 +8,8 @@ use Illuminate\Console\Command; use Illuminate\Support\Facades\File; use Illuminate\Support\Str; use Pest\Exceptions\InvalidConsoleArgument; -use Pest\TestSuite; use function Pest\testDirectory; +use Pest\TestSuite; /** * @internal diff --git a/src/Laravel/Commands/PestInstallCommand.php b/src/Laravel/Commands/PestInstallCommand.php index 91f6ee91..98e201fb 100644 --- a/src/Laravel/Commands/PestInstallCommand.php +++ b/src/Laravel/Commands/PestInstallCommand.php @@ -8,8 +8,8 @@ use Illuminate\Console\Command; use Illuminate\Support\Facades\File; use Pest\Console\Thanks; use Pest\Exceptions\InvalidConsoleArgument; -use Pest\TestSuite; use function Pest\testDirectory; +use Pest\TestSuite; /** * @internal diff --git a/src/Laravel/Commands/PestTestCommand.php b/src/Laravel/Commands/PestTestCommand.php index aeb60e53..2c3aa1b8 100644 --- a/src/Laravel/Commands/PestTestCommand.php +++ b/src/Laravel/Commands/PestTestCommand.php @@ -8,8 +8,8 @@ use Illuminate\Console\Command; use Illuminate\Support\Facades\File; use Pest\Exceptions\InvalidConsoleArgument; use Pest\Support\Str; -use Pest\TestSuite; use function Pest\testDirectory; +use Pest\TestSuite; /** * @internal