]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/NetscapeBookmarkUtils.php
lint: fix line-length warnings
[github/shaarli/Shaarli.git] / application / NetscapeBookmarkUtils.php
index e147d326068d6597b7f82a3014bbdf4d2e161492..84dd2b2083e36f8d20755fbdb2d97502c83b15cd 100644 (file)
@@ -82,7 +82,10 @@ class NetscapeBookmarkUtils
             $status .= t('has an unknown file format. Nothing was imported.');
         } else {
             $status .= vsprintf(
-                t('was successfully processed in %d seconds: %d links imported, %d links overwritten, %d links skipped.'),
+                t(
+                    'was successfully processed in %d seconds: '
+                    .'%d links imported, %d links overwritten, %d links skipped.'
+                ),
                 [$duration, $importCount, $overwriteCount, $skipCount]
             );
         }