We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public const
use
1 parent e7f9586 commit e0a2491Copy full SHA for e0a2491
TypeFactory.php
@@ -27,6 +27,8 @@
27
*/
28
final class TypeFactory implements TypeFactoryInterface
29
{
30
+ use ResourceClassInfoTrait;
31
+
32
/**
33
* This constant is to be provided as serializer context key to conditionally enable types to be generated in
34
* a format that is compatible with OpenAPI specifications **PREVIOUS** to 3.0.
@@ -40,8 +42,6 @@ final class TypeFactory implements TypeFactoryInterface
40
42
41
43
public const CONTEXT_SERIALIZATION_FORMAT_OPENAPI_PRE_V3_0 = self::class.'::CONTEXT_SERIALIZATION_FORMAT_OPENAPI_PRE_V3_0';
44
- use ResourceClassInfoTrait;
-
45
46
* @var SchemaFactoryInterface|null
47
0 commit comments