src: style sweep

This commit is contained in:
Franco Fichtner 2018-08-04 20:10:42 +02:00
parent 4fc44b142c
commit 64f01f5427
2 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@ use OPNsense\Core\Config;
*/
class Local extends Base
{
/* we only need this class to access encrypt() and decrypt() */
/* we only need this class to access encrypt() and decrypt() */
}

View File

@ -81,7 +81,7 @@ class Util
* @return boolean
* @throws \OPNsense\Base\ModelException
*/
public static function isAlias($name, $valid=false)
public static function isAlias($name, $valid = false)
{
if (self::$aliasObject == null) {
// Cache the alias object to avoid object creation overhead.