Fix code sample

This commit is contained in:
Jordi Boggiano 2012-04-13 17:11:58 +03:00 committed by lsmith77
parent f0e84a96d7
commit 67c4b095e9

View File

@ -52,6 +52,8 @@ The bundle provides an `ApiDoc()` annotation for your controllers:
namespace Your\Namespace;
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
class YourController extends Controller
{
/**