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 Jul 7, 2023
1 parent 1076663 commit a383b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/DuskCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function phpunitArguments($options)
*/
protected function env()
{
$variables = [];
$variables = [];

if ($this->option('browse') && ! isset($_ENV['CI']) && ! isset($_SERVER['CI'])) {
$variables['DUSK_HEADLESS_DISABLED'] = true;
Expand Down

0 comments on commit a383b94

Please sign in to comment.