Skip to content
Snippets Groups Projects
Commit fd7e2af6 authored by Sebastien's avatar Sebastien
Browse files

Fix stan-ignore-next-line vs Doctrine ORM annotations incompatibilities

parent deb002e6
No related branches found
No related tags found
3 merge requests!43tuleap-83-access-my-capsules,!42Draft: access-my-capsules-conflicts-fixed,!40Draft: Tuleap 83 access my capsules
......@@ -63,8 +63,8 @@ class User implements UserInterface, LegacyPasswordAuthenticatedUserInterface
/**
* @ORM\Column(type="json")
*/
/** @phpstan-ignore-next-line */
private array $roles = [];
private array $roles = []; /** @phpstan-ignore-line */
/**
* @var string The hashed password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment