Skip to content

Commit c43217c

Browse files
authored
Merge pull request #513 from YAhiru/fix-typo
remove unnecessary whitespaces
2 parents 10f099e + 9b4eb36 commit c43217c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hal/Report/Json/SummaryWriter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function getReport()
1515
'commentLinesOfCode' => $this->sum->cloc,
1616
'avgVolume' => $this->avg->volume,
1717
'avgCommentWeight' => $this->avg->commentWeight,
18-
'avgIntelligentContent ' => $this->avg->commentWeight,
18+
'avgIntelligentContent' => $this->avg->commentWeight,
1919
'logicalLinesByClass' => $this->locByClass,
2020
'logicalLinesByMethod' => $this->locByMethod,
2121
],
@@ -34,7 +34,7 @@ public function getReport()
3434
],
3535
'Package' => [
3636
'packages' => $this->sum->nbPackages,
37-
'acgClassesPerPackage ' => $this->avg->classesPerPackage,
37+
'acgClassesPerPackage' => $this->avg->classesPerPackage,
3838
'avgDistance' => $this->avg->distance,
3939
'avgIncomingClassDependencies' => $this->avg->incomingCDep,
4040
'avgOutgoingClassDependencies' => $this->avg->outgoingCDep,

0 commit comments

Comments
 (0)