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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy