Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use camel case for keys
  • Loading branch information
AndrewFeeney committed Jan 22, 2024
commit e6e69bf4f605a7f9fa5bd830b68811103c053974
2 changes: 1 addition & 1 deletion src/Data/ProcessedCodeCoverageDataMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
final class ProcessedCodeCoverageDataMapper
{
const KEY_LINE_COVERAGE = 'line_coverage';
const KEY_LINE_COVERAGE = 'lineCoverage';

public function toJson(ProcessedCodeCoverageData $processedCodeCoverageData): string
{
Expand Down