File tree Expand file tree Collapse file tree
src/VIPSoft/CodeCoverageCommon/Report Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ public function __construct(array $options)
5757 }
5858
5959 $ this ->report = new \PHP_CodeCoverage_Report_HTML (
60- $ options ['charset ' ],
61- $ options ['highlight ' ],
62- $ options ['lowUpperBound ' ],
63- $ options ['highUpperBound ' ],
64- $ options ['generator ' ]
65- );
60+ $ options ['charset ' ],
61+ $ options ['highlight ' ],
62+ $ options ['lowUpperBound ' ],
63+ $ options ['highUpperBound ' ],
64+ $ options ['generator ' ]
65+ );
6666
6767 $ this ->options = $ options ;
6868 }
Original file line number Diff line number Diff line change @@ -56,22 +56,22 @@ public function __construct(array $options)
5656 $ outputStream = new \PHPUnit_Util_Printer ($ options ['printer ' ]);
5757
5858 $ this ->report = new \PHP_CodeCoverage_Report_Text (
59- $ outputStream ,
60- $ options ['lowUpperBound ' ],
61- $ options ['highUpperBound ' ],
62- $ options ['showUncoveredFiles ' ]
63- );
59+ $ outputStream ,
60+ $ options ['lowUpperBound ' ],
61+ $ options ['highUpperBound ' ],
62+ $ options ['showUncoveredFiles ' ]
63+ );
6464 } else {
6565 if ( ! isset ($ options ['showOnlySummary ' ])) {
6666 $ options ['showOnlySummary ' ] = false ;
6767 }
6868
6969 $ this ->report = new \PHP_CodeCoverage_Report_Text (
70- $ options ['lowUpperBound ' ],
71- $ options ['highUpperBound ' ],
72- $ options ['showUncoveredFiles ' ],
73- $ options ['showOnlySummary ' ]
74- );
70+ $ options ['lowUpperBound ' ],
71+ $ options ['highUpperBound ' ],
72+ $ options ['showUncoveredFiles ' ],
73+ $ options ['showOnlySummary ' ]
74+ );
7575 }
7676
7777 $ this ->options = $ options ;
You can’t perform that action at this time.
0 commit comments