File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function setFrom(string $email, string $name = null)
6666 /**
6767 * Returns the sender of the message.
6868 */
69- public function getFrom (): array
69+ public function getFrom (): ? array
7070 {
7171 return $ this ->getHeader ('From ' );
7272 }
@@ -163,7 +163,7 @@ public function setReturnPath(string $email)
163163 /**
164164 * Returns the Return-Path header.
165165 */
166- public function getReturnPath (): string
166+ public function getReturnPath (): ? string
167167 {
168168 return $ this ->getHeader ('Return-Path ' );
169169 }
@@ -183,7 +183,7 @@ public function setPriority(int $priority)
183183 /**
184184 * Returns email priority.
185185 */
186- public function getPriority (): int
186+ public function getPriority (): ? int
187187 {
188188 return $ this ->getHeader ('X-Priority ' );
189189 }
You can’t perform that action at this time.
0 commit comments