mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
PHP CS fix
This commit is contained in:
parent
a94d7503c2
commit
46521e48e5
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -380,8 +380,6 @@ class Config
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param bool $displayThumbnails
|
|
||||||
*
|
|
||||||
* @return Config
|
* @return Config
|
||||||
*/
|
*/
|
||||||
public function setDisplayThumbnails(bool $displayThumbnails)
|
public function setDisplayThumbnails(bool $displayThumbnails)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue