Skip to content

Commit 5660c1e

Browse files
author
Vincent Faliès
committed
Add comment
1 parent 543b7e0 commit 5660c1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

home/envdev/src/classes/Home.php

+7
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ private function readNGinxVHOst($vhost_content, $directory)
147147
return $hostname;
148148
}
149149

150+
/**
151+
* Read Apache Vhosts
152+
*
153+
* @param string $vhost_content
154+
* @param string $directory
155+
* @return string|null
156+
*/
150157
private function readApacheVHost($vhost_content, $directory)
151158
{
152159
$hostname = $server_name = null;

0 commit comments

Comments
 (0)