mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix PHPStan Deprecated test (#13794)
This commit is contained in:
@@ -286,7 +286,7 @@ class CiHelper
|
||||
|
||||
if (! $this->flags['lint_skip_phpstan']) {
|
||||
$phpstan_cmd = [$this->checkPhpExec('phpstan'), 'analyze', '--no-interaction', '--memory-limit=2G'];
|
||||
$return += $this->execute('PHPStan Deprecated', $phpstan_cmd + ['--configuration=phpstan-deprecated.neon']);
|
||||
$return += $this->execute('PHPStan Deprecated', array_merge($phpstan_cmd, ['--configuration=phpstan-deprecated.neon']));
|
||||
$return += $this->execute('PHPStan', $phpstan_cmd);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user