Skip to content

Commit

Permalink
fix: update includes
Browse files Browse the repository at this point in the history
  • Loading branch information
moussaclarke committed Jan 27, 2022
1 parent 9d3fdff commit 4581029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CliMarkdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use cebe\markdown\GithubMarkdown;
use Toolkit\Cli\Color;
use Toolkit\Cli\ColorTag;
use Toolkit\Cli\Color\ColorTag;
use function array_merge;
use function array_sum;
use function count;
Expand All @@ -16,7 +16,6 @@
use function str_pad;
use function str_repeat;
use function str_replace;
use function strpos;
use function substr;
use function trim;
use function ucwords;
Expand Down

0 comments on commit 4581029

Please sign in to comment.