Skip to content
Snippets Groups Projects
Commit c499cf45 authored by Andrey Tymchuk's avatar Andrey Tymchuk Committed by A.Tymchuk
Browse files

Issue #3319100 by iperiba92, fnalb2, benjifisher, walkingdexter: Optional...

Issue #3319100 by iperiba92, fnalb2, benjifisher, walkingdexter: Optional parameter is provided before required in performance_test.php
parent 2e2fa493
No related branches found
No related tags found
No related merge requests found
Pipeline #280330 passed
......@@ -123,7 +123,7 @@ class Tester {
* @param $context
* @throws \Drupal\Component\Plugin\Exception\PluginException
*/
public static function doBatchGenerate($count_queries = FALSE, &$context) {
public static function doBatchGenerate($count_queries, &$context) {
if ($count_queries) {
$query_logger = Database::startLog('simple_sitemap');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment