Skip to content

Commit

Permalink
blank line in before closing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Hartmann committed Aug 26, 2016
1 parent f7d1ddd commit e311da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/FormHelper.php
Expand Up @@ -2741,6 +2741,7 @@ public function getSourceValue($fieldname, $options = [])
return $this->request->{$valuesSource}($fieldname);
}
}

return null;
}
}

0 comments on commit e311da6

Please sign in to comment.