Passed
Push — master ( f539f4...b6e655 )
by Alain
02:32
created
src/Mail/AbstractMail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use BrightNucleus\ChainMail\Template;
20 20
 use BrightNucleus\Config\ConfigInterface;
21 21
 use BrightNucleus\Config\Exception\FailedToProcessConfigException;
22
-use BrightNucleus\View;
23 22
 use BrightNucleus\View\Location\FilesystemLocation;
24 23
 use BrightNucleus\View\ViewBuilder;
25 24
 use Exception;
Please login to merge, or discard this patch.
src/Support/Domain.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Instantiate a Domain object.
36 36
      *
37
-     * @param Domain|string $domain
37
+     * @param string $domain
38 38
      *
39 39
      * @throws InvalidDomain If the domain is not valid.
40 40
      */
Please login to merge, or discard this patch.