Skip to content

Commit 84c19f8

Browse files
committed
Put back eol and table method definitions for Interactor
1 parent 9e32278 commit 84c19f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/IO/Interactor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
* @method Writer cyanBgRed($text, $eol = false)
137137
* @method Writer cyanBgWhite($text, $eol = false)
138138
* @method Writer cyanBgYellow($text, $eol = false)
139+
* @method Writer eol(int $n = 1)
139140
* @method Writer error($text, $eol = false)
140141
* @method Writer green($text, $eol = false)
141142
* @method Writer greenBgBlack($text, $eol = false)
@@ -163,6 +164,7 @@
163164
* @method Writer redBgPurple($text, $eol = false)
164165
* @method Writer redBgWhite($text, $eol = false)
165166
* @method Writer redBgYellow($text, $eol = false)
167+
* @method Writer table(array $rows, array $styles = [])
166168
* @method Writer warn($text, $eol = false)
167169
* @method Writer white($text, $eol = false)
168170
* @method Writer yellow($text, $eol = false)

0 commit comments

Comments
 (0)