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)) * ) * ) */