]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Replace continue; with break; to avoid PHP 7.3 warnings
authorThomas Citharel <tcit@tcit.fr>
Sat, 12 Jan 2019 12:09:36 +0000 (13:09 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 27 Feb 2019 13:29:14 +0000 (14:29 +0100)
commit3784688a88230d9c3aec4ca518be52ea1c70aeb9
treee0bf2cec861ac74ec5e1e4ef482e0506087a545c
parenta86c3f1759a3c0ecbf095888789c2a08d71b5c09
Replace continue; with break; to avoid PHP 7.3 warnings

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
src/Wallabag/CoreBundle/Helper/DownloadImages.php
src/Wallabag/CoreBundle/Helper/RuleBasedTagger.php
src/Wallabag/CoreBundle/Helper/TagsAssigner.php
src/Wallabag/ImportBundle/Import/AbstractImport.php
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/InstapaperImport.php