Skip to content

Commit

Permalink
stickler-ci
Browse files Browse the repository at this point in the history
Missing blank line before return statement
  • Loading branch information
Jonas Hartmann committed Jul 17, 2016
1 parent 521c42f commit e9e5277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/FormHelper.php
Expand Up @@ -2684,6 +2684,7 @@ public function getValuesSources()
public function setValuesSources($sources)
{
$this->_valuesSources = array_values(array_intersect((array)$sources, ['context', 'data', 'query']));

return $this;
}

Expand Down

0 comments on commit e9e5277

Please sign in to comment.