Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Oct 15, 2024
2 parents 0226fcd + 5ddc7f7 commit cd5b110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Model/Analysis/AbstractStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected function loadObjects() {
}
// Runtime Initialization Completed

$matchType = MatchConstants::toExternalMatchTypeValue( $segInfo[ 'match_type' ] );
$matchType = MatchConstants::toExternalMatchTypeValue( $segInfo[ 'match_type' ] ?? 'NEW' );

// increment file totals
$file->incrementRaw( $segInfo[ 'raw_word_count' ] );
Expand Down

0 comments on commit cd5b110

Please sign in to comment.