8000 [Console] fix typo in OutputInterface · symfony/symfony@50afff1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50afff1

Browse files
committed
[Console] fix typo in OutputInterface
1 parent b185056 commit 50afff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Output/OutputInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function write($messages, $newline = false, $type = self::OUTPUT_NORMAL);
4848
/**
4949
* Writes a message to the output and adds a newline at the end.
5050
*
51-
* @param string|array $messages The message as an array of lines of a single string
51+
* @param string|array $messages The message as an array of lines or a single string
5252
* @param int $type The type of output (one of the OUTPUT constants)
5353
*
5454
* @throws \InvalidArgumentException When unknown output type is given

0 commit comments

Comments
 (0)
0