diff options
Diffstat (limited to 'includes/specialpage/QueryPage.php')
-rw-r--r-- | includes/specialpage/QueryPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specialpage/QueryPage.php b/includes/specialpage/QueryPage.php index 61d894b7acc7..76154fd0713a 100644 --- a/includes/specialpage/QueryPage.php +++ b/includes/specialpage/QueryPage.php @@ -314,7 +314,7 @@ abstract class QueryPage extends SpecialPage { * result data. You should be able to grab SQL results from it. * If the function returns false, the line output will be skipped. * @param Skin $skin - * @param object $result Result row + * @param stdClass $result Result row * @return string|bool String or false to skip */ abstract protected function formatResult( $skin, $result ); |