mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-05 22:43:52 +09:00
Update dependencies
This commit is contained in:
2
vendor/symfony/mime/Crypto/DkimOptions.php
vendored
2
vendor/symfony/mime/Crypto/DkimOptions.php
vendored
@@ -28,7 +28,7 @@ final class DkimOptions
|
||||
/**
|
||||
* @return $this
|
||||
*/
|
||||
public function algorithm(int $algo): self
|
||||
public function algorithm(string $algo): self
|
||||
{
|
||||
$this->options['algorithm'] = $algo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user