Skip to content

Commit

Permalink
Cleanup code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Mar 20, 2023
1 parent c940561 commit 9a3de34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Format/ConsoleColors.php
Expand Up @@ -6,9 +6,10 @@

class ConsoleColors extends Standard
{
// https://misc.flogisoft.com/bash/tip_colors_and_formatting
/**
* @var array<string, int>
*
* @note https://misc.flogisoft.com/bash/tip_colors_and_formatting
*/
private array $colors = [
'emergency' => 91,
Expand Down

0 comments on commit 9a3de34

Please sign in to comment.