Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Dorn committed Mar 14, 2024
1 parent 73fc4d3 commit c34a626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Contracts/OutputInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

interface OutputInterface
{
/** Transform the token value to the desired output format with respect to the token type and theme */
/** Transforms the token value to the desired output format with respect to the token type and theme */
public function transform(TokenType $type, string $value): string;

/** Transforms a line by calling the transform() method on $line->output */
public function transformLine(Line $line): ?string;

/** Returns the theme used by the output */
Expand Down

0 comments on commit c34a626

Please sign in to comment.