Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 2, 2022
1 parent 4fd8eab commit a9fc2cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Console/Commands/ValidateConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
use AshAllenDesign\ConfigValidator\Services\ConfigValidator;
use Illuminate\Console\Command;
use Illuminate\Support\Str;
use Symfony\Component\Console\Output\ConsoleOutput;
use function Termwind\render;
use function Termwind\renderUsing;

class ValidateConfigCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function error_is_displayed_if_a_directory_is_empty(): void

private function createMockValidationFile(): void
{
$stubFilePath = __DIR__ . '/../../../Stubs/cache.php';
$stubFilePath = __DIR__.'/../../../Stubs/cache.php';

File::makeDirectory(base_path('config-validation'));
File::put(base_path('config-validation/cache.php'), file_get_contents($stubFilePath));
Expand Down

0 comments on commit a9fc2cd

Please sign in to comment.