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/7412'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 4, 2015
3 parents e440aa7 + d66e855 + d3a4b8c commit 0742c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Word/SeparatorToSeparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function filter($value)
return $value;
}

if ($this->searchSeparator == null) {
if ($this->searchSeparator === null) {
throw new Exception\RuntimeException('You must provide a search separator for this filter to work.');
}

Expand Down

0 comments on commit 0742c04

Please sign in to comment.