diff options
Diffstat (limited to 'maintenance/preprocessorFuzzTest.php')
-rw-r--r-- | maintenance/preprocessorFuzzTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maintenance/preprocessorFuzzTest.php b/maintenance/preprocessorFuzzTest.php index 55ca8e388ecd..9dee67e258e3 100644 --- a/maintenance/preprocessorFuzzTest.php +++ b/maintenance/preprocessorFuzzTest.php @@ -154,6 +154,9 @@ class PPFuzzTest { $this->templates = array(); } + /** + * @param $title Title + */ function templateHook( $title ) { $titleText = $title->getPrefixedDBkey(); |