Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 25, 2024
1 parent b2f9692 commit 56895f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PublishViewsCommand extends Command
protected $signature = 'publish:views {category? : The category to publish} {--i|interactive : Interactively select the views to publish}';

/** @var string */
protected $description = 'Publish the hyde components for customization. Note that existing files will be overwritten';
protected $description = 'Publish the Hyde components for customization. Note that existing files will be overwritten';

/** @var array<string, array<string, string>> */
protected array $options = [
Expand Down
2 changes: 1 addition & 1 deletion packages/hyde/tests/HydeCLITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class HydeCLITest extends TestCase
public function testCanShowHydeConsole()
{
$this->artisan('list')
->expectsOutputToContain('hyde')
->expectsOutputToContain('Hyde')
->assertExitCode(0);
}
}

0 comments on commit 56895f4

Please sign in to comment.