Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 27, 2024
1 parent 7f6e8b4 commit 95a1fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mako/cli/output/helpers/Bell.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use function str_repeat;

/**
* Terminal bell helper.
* Bell helper.
*/
class Bell
{
Expand Down
2 changes: 1 addition & 1 deletion src/mako/cli/output/helpers/Spinner.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use function usleep;

/**
* Spinner.
* Spinner helper.
*/
class Spinner
{
Expand Down

0 comments on commit 95a1fcd

Please sign in to comment.