Skip to content

Commit b3d9457

Browse files
Merge branch '3.4' into 4.3
* 3.4: cs fix [HttpKernel] Remove outdated docblock comment
2 parents 1ece806 + c91a133 commit b3d9457

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)