Skip to content

Commit cbcf4b5

Browse files
TomasVotrubanicolas-grekas
authored andcommitted
[cs] correct invalid @param types
1 parent b340f37 commit cbcf4b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Helper/TableStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function setCrossingChar($crossingChar)
125125
/**
126126
* Gets crossing character.
127127
*
128-
* @return string $crossingChar
128+
* @return string
129129
*/
130130
public function getCrossingChar()
131131
{

Input/InputAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ interface InputAwareInterface
2121
{
2222
/**
2323
* Sets the Console Input.
24-
*
25-
* @param InputInterface
2624
*/
2725
public function setInput(InputInterface $input);
2826
}

0 commit comments

Comments
 (0)