mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-05 14:33:49 +09:00
Update to laravel 7
This commit is contained in:
7
vendor/symfony/mime/Header/PathHeader.php
vendored
7
vendor/symfony/mime/Header/PathHeader.php
vendored
@@ -18,8 +18,6 @@ use Symfony\Component\Mime\Exception\RfcComplianceException;
|
||||
* A Path Header, such a Return-Path (one address).
|
||||
*
|
||||
* @author Chris Corbyn
|
||||
*
|
||||
* @experimental in 4.3
|
||||
*/
|
||||
final class PathHeader extends AbstractHeader
|
||||
{
|
||||
@@ -42,10 +40,7 @@ final class PathHeader extends AbstractHeader
|
||||
$this->setAddress($body);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Address
|
||||
*/
|
||||
public function getBody()
|
||||
public function getBody(): Address
|
||||
{
|
||||
return $this->getAddress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user