Skip to content

Commit 4d6d3dd

Browse files
committed
[Translation] Uncomment YamlFileDumper constructor arg typehint
1 parent ef5c78c commit 4d6d3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/YamlFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class YamlFileDumper extends FileDumper
2525
{
2626
private $extension;
2727

28-
public function __construct(/**string */$extension = 'yml')
28+
public function __construct(string $extension = 'yml')
2929
{
3030
$this->extension = $extension;
3131
}

0 commit comments

Comments
 (0)