mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
PHPStan: Enable more checks (#14318)
* PHPStan: Enable more checks * Fixes * Fixes * Deprecation fixes
This commit is contained in:
@@ -28,7 +28,7 @@ if (php_sapi_name() === 'cli') {
|
||||
require realpath(__DIR__ . '/..') . '/includes/init.php';
|
||||
|
||||
$return = \Artisan::call('smokeping:generate --targets --no-header --no-dns --single-process --compat');
|
||||
echo \Artisan::Output();
|
||||
echo \Artisan::output();
|
||||
|
||||
exit($return);
|
||||
}
|
||||
|
Reference in New Issue
Block a user