]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/TagsAssigner.php
Replace continue; with break; to avoid PHP 7.3 warnings
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Helper / TagsAssigner.php
index e6b4989f8d64ba638b30e6bd7554bb96d8aa799e..519150f539f89441c88cf37740e7fd2a7bce18ae 100644 (file)
@@ -49,7 +49,7 @@ class TagsAssigner
 
             // avoid empty tag
             if (0 === \strlen($label)) {
-                continue;
+                break;
             }
 
             if (isset($tagsNotYetFlushed[$label])) {