mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +00:00
Fix tests & cs & migration
This commit is contained in:
parent
531c8d0a5c
commit
f277bc042c
14 changed files with 126 additions and 69 deletions
|
@ -60,14 +60,14 @@ class Config
|
|||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="rss_token", type="string", nullable=true)
|
||||
* @ORM\Column(name="feed_token", type="string", nullable=true)
|
||||
*/
|
||||
private $feedToken;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*
|
||||
* @ORM\Column(name="rss_limit", type="integer", nullable=true)
|
||||
* @ORM\Column(name="feed_limit", type="integer", nullable=true)
|
||||
* @Assert\Range(
|
||||
* min = 1,
|
||||
* max = 100000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue