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.
Issue fork google_json_api-3324688
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
Comment #4
timozura commentedRemoved comma from parameter list of the GoogleJsonApiSearch plugin constructor.
Comment #5
timozura commentedRolled into 1.2.0 release.