1 | <?php |
||
21 | class UserRepository extends EntityRepository implements UserLoaderInterface |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | * |
||
26 | * @param [type] $username [description] |
||
|
|||
27 | * |
||
28 | * @return [type] [description] |
||
29 | */ |
||
30 | 1 | public function loadUserByUsername($username) |
|
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | * |
||
56 | * @param UserInterface $user [description] |
||
57 | * |
||
58 | * @return [type] [description] |
||
59 | */ |
||
60 | 1 | public function refreshUser(UserInterface $user) |
|
81 | |||
82 | /** |
||
83 | * {@inheritdoc} |
||
84 | * |
||
85 | * @param string $class [description] |
||
86 | * @return [type] [description] |
||
87 | */ |
||
88 | 1 | public function supportsClass($class) |
|
93 | } |
||
94 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.