Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 3
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2
3namespace MediaWiki\WikispeechSpeechDataCollector;
4
5/**
6 * @file
7 * @ingroup Extensions
8 * @license GPL-2.0-or-later
9 */
10
11/*
12 * Namespace constants defined in extension.json
13 * This is really just to avoid problems with Phan and code editors.
14 */
15if ( !defined( 'NS_SPEECH_RECORDING' ) ) {
16    define( 'NS_SPEECH_RECORDING', 5770 );
17    define( 'NS_SPEECH_RECORDING_TALK', 5771 );
18}