You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Output/OutputInterface.php
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,17 @@ interface OutputInterface
33
33
/**
34
34
* Writes a message to the output.
35
35
*
36
-
* @param $newline Whether to add a newline
37
-
* @param $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
36
+
* @param bool $newline Whether to add a newline
37
+
* @param self::VERBOSITY_*|self::OUTPUT_* $options A bitmask of options (one of the OUTPUT or VERBOSITY constants),
38
+
* 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
* Writes a message to the output and adds a newline at the end.
43
44
*
44
-
* @param $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
45
+
* @param self::VERBOSITY_*|self::OUTPUT_* $options A bitmask of options (one of the OUTPUT or VERBOSITY constants),
46
+
* 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL
0 commit comments