Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
SegmentBreak
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace MediaWiki\Wikispeech\Segment;
4
5/**
6 * @file
7 * @ingroup Extensions
8 * @license GPL-2.0-or-later
9 */
10
11/**
12 * Denotes a break between to segments. Added by `Cleaner` and
13 * consumed by `Segmenter`.
14 *
15 * @since 0.0.1
16 */
17class SegmentBreak implements SegmentContent {
18
19}