From 6a039bfe6295088452644ab4fd6a26fc89072c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20D=C3=A9pigny?= Date: Tue, 10 Apr 2018 11:17:11 +0200 Subject: [PATCH] Fix typo Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;` --- Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index e26058305..2aa7414f0 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -262,7 +262,7 @@ General PHP objects If you want to customize the documentation of a property of an object, you can use ``@SWG\Property``:: - use NelmioApiDocBundle\Annotation\Model; + use Nelmio\ApiDocBundle\Annotation\Model; use Swagger\Annotations as SWG; class User