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 d1db080 commit 47d4cdcCopy full SHA for 47d4cdc
src/com/magento/idea/magento2uct/execution/output/ReportBuilder.java
@@ -163,6 +163,7 @@ public JsonFile build() {
163
+ "installedVersion\": \"" + summary.getInstalledVersion() + "\","
164
+ "\"AdobeCommerceVersion\": \"" + summary.getTargetVersion() + "\","
165
+ "\"checkedModules\": " + summary.getProcessedModules() + ","
166
+ + "\"checkedThemes\": " + summary.getProcessedThemes() + ","
167
+ "\"runningTime\": \"" + summary.getProcessRunningTime() + "\","
168
+ "\"totalWarnings\": " + summary.getPhpWarnings() + ","
169
+ "\"totalErrors\": " + summary.getPhpErrors() + ","
0 commit comments