Skip to content

Commit 3510dd0

Browse files
committed
Added @throws docs for Highlighter class constructor
1 parent a5daf35 commit 3510dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Highlighter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Highlighter
3131

3232
/**
3333
* @param ConsoleColor $color
34+
* @throws \JakubOnderka\PhpConsoleColor\InvalidStyleException
3435
*/
3536
public function __construct(ConsoleColor $color)
3637
{

0 commit comments

Comments
 (0)