Commit 2e8ebcb5 authored by Franco Fichtner's avatar Franco Fichtner

src: style sweep

parent 8405ee77
......@@ -147,5 +147,4 @@ $di->set('router', function () {
$router->handle();
return $router;
});
......@@ -149,7 +149,6 @@ $di->set('router', function () {
$router->handle();
return $router;
});
// exception handling
......
......@@ -272,6 +272,5 @@ class NetworkinsightController extends ApiControllerBase
} else {
return "";
}
}
}
......@@ -200,7 +200,6 @@ class SystemhealthController extends ApiControllerBase
}
return (["from" => $from_timestamp, "to" => $to_timestamp, "full_range" => $full_range, "data" => $archives]);
}
/**
......
......@@ -203,7 +203,6 @@ class SettingsController extends ApiControllerBase
} else {
return array();
}
}
/**
......@@ -263,7 +262,6 @@ class SettingsController extends ApiControllerBase
}
}
return $result;
}
/**
......
......@@ -88,7 +88,6 @@ class SettingsController extends ApiControllerBase
}
return $result;
}
/**
......
......@@ -104,7 +104,6 @@ class LDAP implements IAuthConnector
if (!array_key_exists($attrName, $this->ldapSearchAttr)) {
$this->ldapSearchAttr[] = $attrName;
}
}
/**
......@@ -323,6 +322,5 @@ class LDAP implements IAuthConnector
}
return false;
}
}
}
......@@ -155,6 +155,5 @@ class Backend
} else {
return 0;
}
}
}
......@@ -82,7 +82,6 @@ class Config extends Singleton
}
return true;
}
/**
......@@ -350,7 +349,6 @@ class Config extends Singleton
$dom->loadXML($dom->saveXML());
return $dom->saveXML();
}
/**
......@@ -530,7 +528,5 @@ class Config extends Singleton
} else {
throw new ConfigException("Unable to lock config");
}
}
}
......@@ -59,7 +59,6 @@ class Shell
// init, set simulation mode / debug autoput
$this->simulate = FactoryDefault::getDefault()->get('config')->globals->simulate_mode;
$this->debug = FactoryDefault::getDefault()->get('config')->globals->debug;
}
/**
......
......@@ -190,7 +190,6 @@ abstract class BaseModel
$internal_data->addChildNode($xmlNode->getName(), $fieldObject);
}
}
}
/**
......@@ -371,7 +370,6 @@ abstract class BaseModel
$this->internalData->addToXMLNode($xml->xpath($this->internal_mountpoint)[0]);
return $xml;
}
/**
......
......@@ -241,7 +241,6 @@ abstract class BaseField
// not found
return null;
}
}
......
......@@ -121,7 +121,6 @@ class MenuSystem
));
}
unset($ifarr);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment