Completed
Branch 2.0-dev (4f313a)
by Jan-Petter
02:57
created
src/Client/Directives/HostClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
     /**
18 18
      * HostClient constructor.
19 19
      *
20
-     * @param array $host
20
+     * @param string|null $host
21 21
      */
22 22
     public function __construct($host)
23 23
     {
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     /**
28 28
      * Export
29 29
      *
30
-     * @return string|null
30
+     * @return string
31 31
      */
32 32
     public function export()
33 33
     {
Please login to merge, or discard this patch.