Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;`
This commit is contained in:
Jean-Philippe Dépigny 2018-04-10 11:17:11 +02:00 committed by GitHub
parent f464fef932
commit 6a039bfe62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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