8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec6878 commit 0ef6711Copy full SHA for 0ef6711
src/Symfony/Component/Console/Output/OutputInterface.php
@@ -29,6 +29,14 @@ interface OutputInterface
29
*/
30
function write($messages, $newline = false, $type = 0);
31
32
+ /**
33
+ * Writes a message to the output and adds a newline at the end.
34
+ *
35
+ * @param string|array $messages The message as an array of lines of a single string
36
+ * @param integer $type The type of output
37
+ */
38
+ function writeln($messages, $type = 0);
39
+
40
/**
41
* Sets the verbosity of the output.
42
*
0 commit comments