Skip to content

Commit 1468c5b

Browse files
authored
typehint of DkimOptions algorithm wrong
1 parent b30675a commit 1468c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mime/Crypto/DkimOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function toArray(): array
2828
/**
2929
* @return $this
3030
*/
31-
public function algorithm(int $algo): self
31+
public function algorithm(string $algo): self
3232
{
3333
$this->options['algorithm'] = $algo;
3434

0 commit comments

Comments
 (0)