Skip to content

Commit 31e3a23

Browse files
committed
new tag
1 parent b8d35fc commit 31e3a23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ php实现基于确定有穷自动机算法的铭感词过滤
4444

4545
// 获取感词库文件路径
4646
$wordFilePath = 'tests/data/words.txt';
47+
4748
// get one helper
4849
$handle = SensitiveHelper::init()->setTreeByFile($wordFilePath);
4950

src/DfaFilter/HashMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ public function isEmpty()
175175
{
176176
return (count($this->hashTable) == 0);
177177
}
178-
}
178+
}

0 commit comments

Comments
 (0)