match composePhpOptions() definition everywhere

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-03-24 13:49:58 +01:00
parent 7fbbc2ea0b
commit db1a39b6d9
3 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ class Lighttpd extends HttpConfigBase
return;
}
protected function composePhpOptions($domain)
protected function composePhpOptions(&$domain)
{
return;
}