Skip to content

Commit b51ce8e

Browse files
committed
bug #45719 typehint of DkimOptions algorithm wrong (markusramsak)
This PR was merged into the 5.4 branch. Discussion ---------- typehint of DkimOptions algorithm wrong | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #45685 | License | MIT | Doc PR | - Commits ------- 1468c5b typehint of DkimOptions algorithm wrong
2 parents b30675a + 1468c5b commit b51ce8e

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)