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 Nov 11, 2023
1 parent fa8ca8d commit 586c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function getEnvironmentVariables(): array
$vars = [
'HYDE_RC_REQUEST_OUTPUT' => ! $this->option('no-ansi'),
];
if ($this->option('dashboard') !== null ){
if ($this->option('dashboard') !== null) {
$vars['HYDE_RC_SERVER_DASHBOARD'] = $this->option('dashboard') !== 'false' ? 'enabled' : 'disabled';
}

Expand Down

0 comments on commit 586c159

Please sign in to comment.