Completed
Push — master ( 66f11c...50c6b8 )
by Joschi
03:53
created
src/Admin/Domain/Vhost/Vhost.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,6 @@
 block discarded – undo
136 136
      *
137 137
      * @param DomainInterface $primaryDomain Primary domain
138 138
      * @param string $docroot Document root
139
-     * @param int $port Port
140 139
      */
141 140
     public function __construct(DomainInterface $primaryDomain, $docroot)
142 141
     {
Please login to merge, or discard this patch.
src/Admin/Domain/Vhost/VhostInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,8 @@
 block discarded – undo
50 50
      * Virtual host constructor
51 51
      *
52 52
      * @param DomainInterface $primaryDomain Primary domain
53
-     * @param string $docroot Document root
53
+     * @param string $docroo Document root
54
+     * @return void
54 55
      */
55 56
     public function __construct(DomainInterface $primaryDomain, $docroo);
56 57
 
Please login to merge, or discard this patch.