]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20170719231144.php
php-cs-fixer
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20170719231144.php
index 04358c7ceb40749ad86eafc2e33711048187572f..93fe7f26031c44fe426f51ff78601fbc9776b6eb 100644 (file)
@@ -55,7 +55,7 @@ class Version20170719231144 extends WallabagMigration
             }
 
             // Just in case...
-            if (count($ids) > 0) {
+            if (\count($ids) > 0) {
                 // Merge tags
                 $this->addSql('
                     UPDATE ' . $this->getTable('entry_tag') . '