Skip to content

Commit 1099760

Browse files
Merge branch '4.1'
* 4.1: fix cs fix cs fix cs SCA: consolidate non empty array checks across codebase [cs] correct invalid @param types [Bridge/PhpUnit] Use composer to download phpunit [DI] fix taking lazy services into account when dumping the container [Form] Fixed empty data for compound date interval [Cache] fix optimizing Psr6Cache for AdapterInterface pools deal with explicitly enabled workflow nodes
2 parents f75de4c + 261faeb commit 1099760

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Helper/TableStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function setCrossingChar($crossingChar)
278278
/**
279279
* Gets crossing character.
280280
*
281-
* @return string $crossingChar
281+
* @return string
282282
*/
283283
public function getCrossingChar()
284284
{

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
}

Tester/TesterTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ public function getStatusCode()
103103
/**
104104
* Sets the user inputs.
105105
*
106-
* @param $inputs array An array of strings representing each input
107-
* passed to the command input stream
106+
* @param array $inputs An array of strings representing each input
107+
* passed to the command input stream
108108
*
109109
* @return self
110110
*/

0 commit comments

Comments
 (0)