Skip to content

Commit 064bf9c

Browse files
Merge branch '3.4' into 4.1
* 3.4: 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 130a5ff + 42c4bda commit 064bf9c

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
@@ -276,7 +276,7 @@ public function setCrossingChar($crossingChar)
276276
/**
277277
* Gets crossing character.
278278
*
279-
* @return string $crossingChar
279+
* @return string
280280
*/
281281
public function getCrossingChar()
282282
{

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)