PHP CS fix

This commit is contained in:
Nicolas Lœuillet 2023-06-13 15:10:14 +02:00 committed by Simounet
parent a94d7503c2
commit 46521e48e5
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ use Doctrine\DBAL\Schema\Schema;
use Wallabag\CoreBundle\Doctrine\WallabagMigration; 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 final class Version20230613121354 extends WallabagMigration
{ {

View File

@ -380,8 +380,6 @@ class Config
} }
/** /**
* @param bool $displayThumbnails
*
* @return Config * @return Config
*/ */
public function setDisplayThumbnails(bool $displayThumbnails) public function setDisplayThumbnails(bool $displayThumbnails)