Apply fixes from StyleCI (#13224)

This commit is contained in:
Jellyfrog
2021-09-10 20:09:53 +02:00
committed by GitHub
parent ad52701603
commit 258505ed44
1036 changed files with 1269 additions and 19 deletions

View File

@@ -18,6 +18,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @link https://www.librenms.org
*
* @copyright 2017 Tony Murray
* @author Tony Murray <murraytony@gmail.com>
*/
@@ -66,6 +67,7 @@ class Config
/**
* Reload the config from files/db
*
* @return mixed
*/
public static function reload()
@@ -105,6 +107,7 @@ class Config
/**
* Load the user config from config.php
*
* @param array $config (this should be self::$config)
*/
private static function loadUserConfigFile(&$config)
@@ -316,6 +319,7 @@ class Config
/**
* Get the full configuration array
*
* @return array
*/
public static function getAll()