Problem/Motivation

There is an errant comma in the constructor for the GoogleJsonApiSearch plugin class. Results in occasional error: ParseError: syntax error, unexpected ')', expecting variable (T_VARIABLE) in Composer\Autoload\includeFile() (line 112 of /mnt/www/html/cmsstg/docroot/modules/contrib/google_json_api/src/Plugin/Search/GoogleJsonApiSearch.php)

Comma needs to be removed.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

tzura created an issue. See original summary.

  • 8e20416 committed on 1.0.x
    Issue #3324688 by tzura: Errant comma in plugin constructor
    
timozura’s picture

Status: Active » Fixed

Removed comma from parameter list of the GoogleJsonApiSearch plugin constructor.

timozura’s picture

Status: Fixed » Closed (fixed)

Rolled into 1.2.0 release.