Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/173'
Browse files Browse the repository at this point in the history
Close #173
  • Loading branch information
weierophinney committed Dec 13, 2018
2 parents 4901fc6 + e0358c9 commit 16a446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $input->getFilterChain()
->attachByName('alpha');

$inputFilter = new InputFilter();
$inputFilter->add($input)
$inputFilter->add($input);
$inputFilter->setData([
'foo' => ' Bar3 ',
]);
Expand Down

0 comments on commit 16a446c

Please sign in to comment.