Skip to content

Commit

Permalink
style: apply fixes from phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Nov 6, 2024
1 parent 5976933 commit 0c7b699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
final readonly class StaticSearchComponent implements StaticConsoleComponent
{
private const string SEARCH_AGAIN = 'Search again';

private const string CANCEL = 'Cancel';

public function __construct(
Expand Down
2 changes: 1 addition & 1 deletion src/Tempest/Console/src/Testing/ConsoleTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function withPrompting(): self

public function dd(): self
{
dd($this->output->asFormattedString());
ld($this->output->asFormattedString());

return $this;
}
Expand Down

0 comments on commit 0c7b699

Please # to comment.