File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function getReport()
15
15
'commentLinesOfCode ' => $ this ->sum ->cloc ,
16
16
'avgVolume ' => $ this ->avg ->volume ,
17
17
'avgCommentWeight ' => $ this ->avg ->commentWeight ,
18
- 'avgIntelligentContent ' => $ this ->avg ->commentWeight ,
18
+ 'avgIntelligentContent ' => $ this ->avg ->commentWeight ,
19
19
'logicalLinesByClass ' => $ this ->locByClass ,
20
20
'logicalLinesByMethod ' => $ this ->locByMethod ,
21
21
],
@@ -34,7 +34,7 @@ public function getReport()
34
34
],
35
35
'Package ' => [
36
36
'packages ' => $ this ->sum ->nbPackages ,
37
- 'acgClassesPerPackage ' => $ this ->avg ->classesPerPackage ,
37
+ 'acgClassesPerPackage ' => $ this ->avg ->classesPerPackage ,
38
38
'avgDistance ' => $ this ->avg ->distance ,
39
39
'avgIncomingClassDependencies ' => $ this ->avg ->incomingCDep ,
40
40
'avgOutgoingClassDependencies ' => $ this ->avg ->outgoingCDep ,
You can’t perform that action at this time.
0 commit comments