We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8641a0 commit 840d135Copy full SHA for 840d135
1 file changed
src/Service/Hyva/CompatibilityChecker.php
@@ -95,7 +95,6 @@ public function check(
95
$hasWarnings = $scanResult['totalIssues'] > $scanResult['criticalIssues'];
96
97
$results['modules'][$moduleName] = [
98
- 'path' => $modulePath,
99
'compatible' => $isCompatible,
100
'hasWarnings' => $hasWarnings,
101
'scanResult' => $scanResult,
0 commit comments