Skip to content

Commit 4bd90a1

Browse files
committed
removed extra bracket
1 parent 116e547 commit 4bd90a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Decoda/DecodaManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ private function set($filterSet, Decoda $decoda = null)
443443
$decoda->setStrict($options['strict']);
444444
$decoda->setEscaping($options['escaping']);
445445
$decoda->setConfig(array('lineBreaks' => $options['line_breaks']));
446-
$decoda->setMaxNewlines($options['max_newlines']));
446+
$decoda->setMaxNewlines($options['max_newlines']);
447+
447448
foreach ($options['filters'] as $id) {
448449
$decoda->addFilter($this->getFilter($id), $id);
449450
}

0 commit comments

Comments
 (0)