mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
PHP CS fix
This commit is contained in:
parent
a94d7503c2
commit
46521e48e5
@ -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
|
||||
{
|
||||
|
@ -380,8 +380,6 @@ class Config
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $displayThumbnails
|
||||
*
|
||||
* @return Config
|
||||
*/
|
||||
public function setDisplayThumbnails(bool $displayThumbnails)
|
||||
|
Loading…
Reference in New Issue
Block a user