Merge "mw.jqueryMsg: Handle non-string parameters to functions that expect strings...
[lhc/web/wiklou.git] / tests / phpunit / maintenance / DumpTestCase.php
index 9b90bfe..4b7a7eb 100644 (file)
@@ -24,7 +24,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase {
         * exception and store it until we are in setUp and may finally rethrow
         * the exception without crashing the test suite.
         *
-        * @var Exception|null
+        * @var \Exception|null
         */
        protected $exceptionFromAddDBData = null;