@@ -840,7 +840,7 @@ discard block |
||
| 840 | 840 | /** |
| 841 | 841 | * Add a protocol port to a virtual host |
| 842 | 842 | * |
| 843 | - * @param string $account Account name |
|
| 843 | + * @param AccountInterface $account Account name |
|
| 844 | 844 | * @param string $docroot Document root |
| 845 | 845 | * @param int $protocol Protocol |
| 846 | 846 | * @param int $port Port |
@@ -896,7 +896,7 @@ discard block |
||
| 896 | 896 | /** |
| 897 | 897 | * Remove a protocol port from a virtual host |
| 898 | 898 | * |
| 899 | - * @param string $account Account name |
|
| 899 | + * @param AccountInterface $account Account name |
|
| 900 | 900 | * @param string $docroot Document root |
| 901 | 901 | * @param int $protocol Protocol |
| 902 | 902 | * @param int $port Port |
@@ -945,7 +945,7 @@ discard block |
||
| 945 | 945 | /** |
| 946 | 946 | * Add a secondary domain to a virtual host |
| 947 | 947 | * |
| 948 | - * @param string $account Account name |
|
| 948 | + * @param AccountInterface $account Account name |
|
| 949 | 949 | * @param string $docroot Document root |
| 950 | 950 | * @param DomainInterface $domain Domain |
| 951 | 951 | * @return VhostInterface Virtual host |
@@ -1004,7 +1004,7 @@ discard block |
||
| 1004 | 1004 | /** |
| 1005 | 1005 | * Remove a secondary domain from a virtual host |
| 1006 | 1006 | * |
| 1007 | - * @param string $account Account name |
|
| 1007 | + * @param AccountInterface $account Account name |
|
| 1008 | 1008 | * @param string $docroot Document root |
| 1009 | 1009 | * @param DomainInterface $domain Domain |
| 1010 | 1010 | * @return VhostInterface Virtual host |