mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
f386ff68d5
Move NS constants to seperate file for static analysis Bug: T140007 Change-Id: I525c6e5b1c8e934d179e330c89f3f29cce335bd6
7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
// This file is not loaded by MediaWiki, and exists purely
|
|
// for static analysis purposes
|
|
|
|
define( 'NS_MODULE', 828 );
|
|
define( 'NS_MODULE_TALK', 829 );
|