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:
@@ -18,8 +18,6 @@ use Symfony\Component\Mime\Exception\RfcComplianceException;
|
||||
* An ID MIME Header for something like Message-ID or Content-ID (one or more addresses).
|
||||
*
|
||||
* @author Chris Corbyn
|
||||
*
|
||||
* @experimental in 4.3
|
||||
*/
|
||||
final class IdentificationHeader extends AbstractHeader
|
||||
{
|
||||
@@ -46,10 +44,7 @@ final class IdentificationHeader extends AbstractHeader
|
||||
$this->setId($body);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getBody()
|
||||
public function getBody(): array
|
||||
{
|
||||
return $this->getIds();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user