Some functions parameters which are passed by reference have whitespace between "&" and parameter. It does not affect the function but I thinks it should be fixed.

 223: function hook_field_group_pre_render(& $element, $group, & $form) {
  

Comments

ozin created an issue. See original summary.

ozin’s picture

Patch attached.

ozin’s picture

StatusFileSize
new4.05 KB
ozin’s picture

StatusFileSize
new3.9 KB
ozin’s picture

Status: Patch (to be ported) » Needs review
Pete B’s picture

Status: Needs review » Reviewed & tested by the community

This is a good code cleanup and should be committed.

nils.destoop’s picture

Status: Reviewed & tested by the community » Fixed

Thx for the patch. This was committed to the dev branch

  • zuuperman committed b82cb15 on 7.x-1.x authored by ozin
    Issue #2658502 by ozin: Fix whitespace between "...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.