1
0
Fork 0
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:
Jérémy Benoist 2024-11-25 09:51:07 +01:00 committed by GitHub
commit 0eb51875b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 32 deletions

View file

@ -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"})
*/