Skip to content

Commit 99b87a8

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix cs fix [HttpKernel] Remove outdated docblock comment Fix handling for session parameters
2 parents 02bd58f + b3d9457 commit 99b87a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dumper/YamlDumper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ private function addParameters(): string
200200
/**
201201
* Dumps callable to YAML format.
202202
*
203-
* @param callable $callable
204-
*
205-
* @return callable
203+
* @param mixed $callable
206204
*/
207205
private function dumpCallable($callable)
208206
{

0 commit comments

Comments
 (0)