From 46521e48e510689dc452b318afb65f9621e62456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 13 Jun 2023 15:10:14 +0200 Subject: [PATCH] PHP CS fix --- app/DoctrineMigrations/Version20230613121354.php | 2 +- src/Wallabag/CoreBundle/Entity/Config.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)