File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 41
41
* @method static alert(string|array|mixed $message, string $style = 'info')
42
42
* @method static prompt(string|array|mixed $message, string $style = 'info')
43
43
*
44
+ * @method static red(string ...$message) Print red color message line.
45
+ * @method static cyan(string ...$message) Print cyan color message line.
46
+ * @method static blue(string ...$message) Print blue color message line.
47
+ * @method static green(string ...$message) Print green color message line.
48
+ * @method static magenta(string ...$message) Print cyan color message line.
49
+ * @method static yellow(string ...$message) Print yellow color message line.
50
+ *
44
51
* @method static error(string ...$message) Print error style message line.
45
52
* @method static warn(string ...$message) Print warn style message line.
46
53
* @method static info(string ...$message) Print info style message line.
You can’t perform that action at this time.
0 commit comments