Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;`
  • Loading branch information
rebangm authored Apr 10, 2018
1 parent f464fef commit 6a039bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a039bf

Please sign in to comment.