more checkstyle fixes

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-24 12:02:26 +01:00
parent c3d44b4558
commit 585d42f1b8
25 changed files with 263 additions and 261 deletions

View File

@@ -52,7 +52,7 @@ class PhpInterface
public function __construct($domain)
{
$this->_domain = $domain;
$this->_setInterface();
$this->setInterface();
}
/**
@@ -69,7 +69,7 @@ class PhpInterface
* php-interface: fcgid or php-fpm
* sets private $_interface variable
*/
private function _setInterface()
private function setInterface()
{
// php-fpm
if ((int) Settings::Get('phpfpm.enabled') == 1) {