aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/TagsAssigner.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-02-27 14:59:50 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-02-27 15:01:03 +0100
commit8c0ba953070dca22e9a06999cfe355ea01847c64 (patch)
tree994fc7fa9e96ef9f15ef311cbc103fab41746e0f /src/Wallabag/CoreBundle/Helper/TagsAssigner.php
parentea925bb112ab99efbb29d8e7113e80357a70bd18 (diff)
downloadwallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.tar.gz
wallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.tar.zst
wallabag-8c0ba953070dca22e9a06999cfe355ea01847c64.zip
Adding more tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/TagsAssigner.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/TagsAssigner.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/TagsAssigner.php b/src/Wallabag/CoreBundle/Helper/TagsAssigner.php
index 519150f5..e6b4989f 100644
--- a/src/Wallabag/CoreBundle/Helper/TagsAssigner.php
+++ b/src/Wallabag/CoreBundle/Helper/TagsAssigner.php
@@ -49,7 +49,7 @@ class TagsAssigner
49 49
50 // avoid empty tag 50 // avoid empty tag
51 if (0 === \strlen($label)) { 51 if (0 === \strlen($label)) {
52 break; 52 continue;
53 } 53 }
54 54
55 if (isset($tagsNotYetFlushed[$label])) { 55 if (isset($tagsNotYetFlushed[$label])) {