Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 25, 2016
1 parent e78af35 commit 8c73086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/View/Helper/FormHelper.php
Expand Up @@ -941,7 +941,6 @@ public function inputs($fields = null, $blacklist = null, $options = array()) {
unset($options['fieldset']);
}


if (empty($fields)) {
$fields = $modelFields;
}
Expand Down

0 comments on commit 8c73086

Please sign in to comment.