Set wgScript in LinkerTest
[lhc/web/wiklou.git] / includes / parser / Parser_DiffTest.php
index 4d821ca..920b6f6 100644 (file)
 /**
  * @ingroup Parser
  */
-class Parser_DiffTest {
-       /** @var array */
-       protected $parsers;
+class Parser_DiffTest
+{
+       var $parsers, $conf;
+       var $shortOutput = false;
 
-       /** @var array */
-       protected $conf;
-
-       /** @var bool */
-       protected $shortOutput = false;
-
-       /** @var string */
-       protected $dtUniqPrefix;
+       var $dtUniqPrefix;
 
        function __construct( $conf ) {
                if ( !isset( $conf['parsers'] ) ) {