Merge "JSON i18n shim: Only register LocalisationCacheRecache handler once"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / query / ApiQueryTestBase.php
index a657459..1b9c1ce 100644 (file)
@@ -83,7 +83,7 @@ STR;
 
        /**
         * Checks that the request's result matches the expected results.
-        * @param $values array is a two element array( request, expected_results )
+        * @param array $values Array is a two element array( request, expected_results )
         * @throws Exception
         */
        protected function check( $values ) {