Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / maintenance / preprocessorFuzzTest.php
index 68fb643..3a43ae8 100644 (file)
@@ -150,6 +150,16 @@ class PPFuzzTester {
 class PPFuzzTest {
        public $templates, $mainText, $title, $entryPoint, $output;
 
+       /** @var PPFuzzTester */
+       private $parent;
+       /** @var string */
+       public $nickname;
+       /** @var bool */
+       public $fancySig;
+
+       /**
+        * @param PPFuzzTester $tester
+        */
        function __construct( $tester ) {
                global $wgMaxSigChars;
                $this->parent = $tester;