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.
2 parents 8a9fbfb + cbcf4b5 commit 42c4bdaCopy full SHA for 42c4bda
Helper/TableStyle.php
@@ -125,7 +125,7 @@ public function setCrossingChar($crossingChar)
125
/**
126
* Gets crossing character.
127
*
128
- * @return string $crossingChar
+ * @return string
129
*/
130
public function getCrossingChar()
131
{
Input/InputAwareInterface.php
@@ -21,8 +21,6 @@ interface InputAwareInterface
21
22
23
* Sets the Console Input.
24
- *
25
- * @param InputInterface
26
27
public function setInput(InputInterface $input);
28
}
0 commit comments