From 0a946c5529e4600b567b1136e3287576ef9e1796 Mon Sep 17 00:00:00 2001 From: Guilhem N Date: Wed, 4 Apr 2018 22:10:42 +0200 Subject: [PATCH] Typo --- Resources/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index d0854ee..e260583 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -140,8 +140,8 @@ To document your routes, you can use the SwaggerPHP annotations and the 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. *