Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 16, 2016
1 parent a437d39 commit 47377dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ protected function storeInput($element, $text)
{
$this->assertFilterProducesResults($element);

$element = str_replace('#', '', $element);
$element = str_replace('[]', '', $element);
$element = str_replace(['#', '[]'], '', $element);

$this->inputs[$element] = $text;

Expand Down

0 comments on commit 47377dc

Please sign in to comment.