mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #7855 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.65.0
Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0
This commit is contained in:
commit
0eb51875b7
2 changed files with 32 additions and 32 deletions
|
@ -132,14 +132,14 @@ class User extends BaseUser implements EmailTwoFactorInterface, GoogleTwoFactorI
|
|||
protected $config;
|
||||
|
||||
/**
|
||||
* @var ArrayCollection&iterable<\Wallabag\Entity\SiteCredential>
|
||||
* @var ArrayCollection&iterable<SiteCredential>
|
||||
*
|
||||
* @ORM\OneToMany(targetEntity="Wallabag\Entity\SiteCredential", mappedBy="user", cascade={"remove"})
|
||||
*/
|
||||
protected $siteCredentials;
|
||||
|
||||
/**
|
||||
* @var ArrayCollection&iterable<\Wallabag\Entity\Api\Client>
|
||||
* @var ArrayCollection&iterable<Client>
|
||||
*
|
||||
* @ORM\OneToMany(targetEntity="Wallabag\Entity\Api\Client", mappedBy="user", cascade={"remove"})
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue