Passed
Push — master ( 1c898d...63eab2 )
by compolom
01:37
created
src/Kmail.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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
 block discarded – undo
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('Отсутствует адресат');
Please login to merge, or discard this patch.