Apply fixes from StyleCI (#12120)

This commit is contained in:
Jellyfrog
2020-09-21 15:40:17 +02:00
committed by GitHub
parent 77c531527c
commit 82f43cb98d
1733 changed files with 18337 additions and 18540 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use LibreNMS\Config;
foreach (glob(Config::get('install_dir').'/'.$include_dir.'/*.inc.php') as $file) {
foreach (glob(Config::get('install_dir') . '/' . $include_dir . '/*.inc.php') as $file) {
include $file;
}