This commit is contained in:
Guilhem N 2018-04-04 22:10:42 +02:00 committed by GitHub
parent e71a952f4a
commit 0a946c5529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,8 @@ To document your routes, you can use the SwaggerPHP annotations and the
class UserController class UserController
{ {
/*       /**
* List the rewards of the specified user.         * List the rewards of the specified user.
* *
* This call takes into account all confirmed awards, but not pending or refused awards. * This call takes into account all confirmed awards, but not pending or refused awards.
* *