Skip to content

Commit

Permalink
Merge branch 'develop' into 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claar committed Mar 15, 2016
2 parents 79750ae + 4b2ea0b commit 01b8c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Former/Former.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public function close()

// Reset all values
$this->errors = null;
$this->rules = null;
$this->rules = array();

return isset($closing) ? $closing : null;
}
Expand Down

0 comments on commit 01b8c8d

Please sign in to comment.