diff --git a/pages/lint-analysis.php b/pages/lint-analysis.php index 5d75f7617..379209984 100644 --- a/pages/lint-analysis.php +++ b/pages/lint-analysis.php @@ -5,6 +5,7 @@ use rexstan\RexCmd; use rexstan\RexLint; use rexstan\RexResultsRenderer; +use rexstan\RexStanSettings; $errors = RexLint::runFromWeb(); if (count($errors) > 0) { @@ -17,3 +18,5 @@ $cliVersion = RexCmd::getFormattedCliPhpVersion(); echo rex_view::warning('Verwendete CLI PHP Version: '. $cliVersion); + +echo RexStanSettings::outputSettings(); diff --git a/pages/summary.php b/pages/summary.php index 86e340eb4..36fd4a67f 100644 --- a/pages/summary.php +++ b/pages/summary.php @@ -1,6 +1,7 @@

Die Zusammenfassung ist abhängig von den in den Einstellungen definierten PHPStan-Extensions

+ +