diff --git a/app/DoctrineMigrations/Version20230613121354.php b/app/DoctrineMigrations/Version20230613121354.php index 07a70a182..af881f8a9 100644 --- a/app/DoctrineMigrations/Version20230613121354.php +++ b/app/DoctrineMigrations/Version20230613121354.php @@ -6,7 +6,7 @@ use Doctrine\DBAL\Schema\Schema; use Wallabag\CoreBundle\Doctrine\WallabagMigration; /** - * Added a new setting to display or not thumbnails + * Added a new setting to display or not thumbnails. */ final class Version20230613121354 extends WallabagMigration { diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index 854335d0d..750d4ced0 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -380,8 +380,6 @@ class Config } /** - * @param bool $displayThumbnails - * * @return Config */ public function setDisplayThumbnails(bool $displayThumbnails)