Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b51ce8e

Browse filesBrowse 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
Copy full SHA for b51ce8e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Crypto/DkimOptions.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.