Skip to content

Commit

Permalink
removed extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Nov 7, 2015
1 parent 116e547 commit 4bd90a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Decoda/DecodaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ private function set($filterSet, Decoda $decoda = null)
$decoda->setStrict($options['strict']);
$decoda->setEscaping($options['escaping']);
$decoda->setConfig(array('lineBreaks' => $options['line_breaks']));
$decoda->setMaxNewlines($options['max_newlines']));
$decoda->setMaxNewlines($options['max_newlines']);

foreach ($options['filters'] as $id) {
$decoda->addFilter($this->getFilter($id), $id);
}
Expand Down

0 comments on commit 4bd90a1

Please sign in to comment.