From 83de823e774584979c395da26d9273da3d74c6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Wed, 9 May 2018 17:10:28 +0200 Subject: [PATCH] Fix Model annotation example in docs (fixes #1318) --- 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 8f479cb..957a163 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -218,7 +218,7 @@ This annotation has two options: * * @SWG\Response( * @SWG\Schema(type="object", - * @SWG\Property(property="foo", ref=@Model(FooClass::class)) + * @SWG\Property(property="foo", ref=@Model(type=FooClass::class)) * ) * ) */