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 0df2846 commit ee3f1c1Copy full SHA for ee3f1c1
src/Output.php
@@ -117,11 +117,17 @@ protected function stringWidth($input, $width = 3)
117
118
interface IWriter
119
{
120
+ /**
121
+ * @param string $string
122
+ */
123
public function write($string);
124
}
125
-class ConsoleWriter implements IWriter
126
+class ConsoleWriter implements IWriter
127
128
129
130
131
public function write($string)
132
133
echo $string;
0 commit comments