Type exception thrown in PHP 7.1+ whereby the $query parameter in function drupal_get_query_parameters(array $query = NULL, array $exclude = array('q'), $parent = '') { expects an array or NULL. Default in the code is an empty string.

Comments

rthornton created an issue. See original summary.

rthornton’s picture

rthornton’s picture

Patch also removes Drupal coding standard issue of using escaped quotation in translatable strings and addsd a @throws code doc to silence exception warning for theme().

rthornton’s picture

Status: Active » Needs review
rthornton’s picture

Removed space from end of sentence.