Skip to content

Commit 485fb7e

Browse files
committed
Fixed incorrect typehints
1 parent 9b35378 commit 485fb7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ConsoleColor.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ public function getPossibleStyles()
225225

226226
/**
227227
* @param string $name
228-
* @return string
229-
* @throws InvalidStyleException
228+
* @return string[]
230229
*/
231230
private function themeSequence($name)
232231
{
@@ -240,7 +239,6 @@ private function themeSequence($name)
240239
/**
241240
* @param string $style
242241
* @return string
243-
* @throws InvalidStyleException
244242
*/
245243
private function styleSequence($style)
246244
{

0 commit comments

Comments
 (0)