@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Compolomus\Kmail; |
4 | 4 | |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | 'MIME-Version: 1.0' . PHP_EOL . $header); |
31 | 31 | } |
32 | 32 | |
33 | - public function send(): ?\Exception |
|
33 | + public function send(): ? \Exception |
|
34 | 34 | { |
35 | 35 | if (sizeof($this->adress) == 0) { |
36 | 36 | throw new \Exception('Отсутствует адресат'); |