File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4141 * @method static alert(string|array|mixed $message, string $style = 'info')
4242 * @method static prompt(string|array|mixed $message, string $style = 'info')
4343 *
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+ *
4451 * @method static error(string ...$message) Print error style message line.
4552 * @method static warn(string ...$message) Print warn style message line.
4653 * @method static info(string ...$message) Print info style message line.
You can’t perform that action at this time.
0 commit comments