Merge pull request #1288 from rebangm/patch-1

Fix typo
This commit is contained in:
David Buchmann 2018-04-10 11:38:56 +02:00 committed by GitHub
commit a0960d8f78
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