@@ -834,7 +834,7 @@ discard block |
||
834 | 834 | /** |
835 | 835 | * Configure a protocol based port for a virtual host |
836 | 836 | * |
837 | - * @param string $account Account name |
|
837 | + * @param AccountInterface $account Account name |
|
838 | 838 | * @param string $docroot Document root |
839 | 839 | * @param int $protocol Protocol |
840 | 840 | * @param int $port Port |
@@ -874,7 +874,7 @@ discard block |
||
874 | 874 | /** |
875 | 875 | * Add a secondary domain to a virtual host |
876 | 876 | * |
877 | - * @param string $account Account name |
|
877 | + * @param AccountInterface $account Account name |
|
878 | 878 | * @param string $docroot Document root |
879 | 879 | * @param DomainInterface $domain Domain |
880 | 880 | * @return VhostInterface Virtual host |
@@ -932,7 +932,7 @@ discard block |
||
932 | 932 | /** |
933 | 933 | * Remove a secondary domain from a virtual host |
934 | 934 | * |
935 | - * @param string $account Account name |
|
935 | + * @param AccountInterface $account Account name |
|
936 | 936 | * @param string $docroot Document root |
937 | 937 | * @param DomainInterface $domain Domain |
938 | 938 | * @return VhostInterface Virtual host |