Use precise ApiMain/ApiQuery type hints in all API modules
[lhc/web/wiklou.git] / includes / api / ApiQueryExtLinksUsage.php
index da095e6..070681c 100644 (file)
@@ -29,7 +29,7 @@
  */
 class ApiQueryExtLinksUsage extends ApiQueryGeneratorBase {
 
-       public function __construct( $query, $moduleName ) {
+       public function __construct( ApiQuery $query, $moduleName ) {
                parent::__construct( $query, $moduleName, 'eu' );
        }