From 64f01f5427de410ec28b82bf30d0d72a6b7fd295 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 4 Aug 2018 20:10:42 +0200 Subject: [PATCH] src: style sweep --- src/opnsense/mvc/app/library/OPNsense/Backup/Local.php | 2 +- src/opnsense/mvc/app/library/OPNsense/Firewall/Util.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/mvc/app/library/OPNsense/Backup/Local.php b/src/opnsense/mvc/app/library/OPNsense/Backup/Local.php index b38b4e915..c9a61f206 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Backup/Local.php +++ b/src/opnsense/mvc/app/library/OPNsense/Backup/Local.php @@ -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() */ } diff --git a/src/opnsense/mvc/app/library/OPNsense/Firewall/Util.php b/src/opnsense/mvc/app/library/OPNsense/Firewall/Util.php index a6dd34404..f4e3093b8 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Firewall/Util.php +++ b/src/opnsense/mvc/app/library/OPNsense/Firewall/Util.php @@ -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.