File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/OpenApi/SchemaProvider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ public function provideSchemas(): iterable
3838 foreach ($ this ->fieldTypeService ->getFieldTypes () as $ fieldType ) {
3939 $ fieldName = u ($ fieldType ->getFieldTypeIdentifier ())->camel ()->title ();
4040
41- yield sprintf ('Ibexa.Field.%s ' , $ fieldName ) => $ this ->buildFieldDefinitionSchema ($ fieldType ->getFieldTypeIdentifier ());
41+ yield sprintf ('Ibexa.Field.%s ' , $ fieldName ) => $ this ->buildFieldTypeSchema ($ fieldType ->getFieldTypeIdentifier ());
4242 }
4343 }
4444
45- private function buildFieldDefinitionSchema (string $ fieldTypeIdentifier ): Schema \ObjectSchema
45+ private function buildFieldTypeSchema (string $ fieldTypeIdentifier ): Schema \ObjectSchema
4646 {
4747 $ properties = [
4848 'fieldType ' => new Schema \StringSchema (null , $ fieldTypeIdentifier ),
You can’t perform that action at this time.
0 commit comments