@@ -2780,7 +2780,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2780
2780
'schema ' => [
2781
2781
'type ' => 'array ' ,
2782
2782
'items ' => [
2783
- '$ref ' => '#/definitions/Dummy:300dcd476cef011532fb0ca7683395d7 ' ,
2783
+ '$ref ' => '#/definitions/Dummy:OutputDto ' ,
2784
2784
],
2785
2785
],
2786
2786
],
@@ -2805,7 +2805,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2805
2805
201 => [
2806
2806
'description ' => 'Dummy resource created ' ,
2807
2807
'schema ' => [
2808
- '$ref ' => '#/definitions/Dummy:300dcd476cef011532fb0ca7683395d7 ' ,
2808
+ '$ref ' => '#/definitions/Dummy:OutputDto ' ,
2809
2809
],
2810
2810
],
2811
2811
400 => [
@@ -2821,7 +2821,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2821
2821
'in ' => 'body ' ,
2822
2822
'description ' => 'The new Dummy resource ' ,
2823
2823
'schema ' => [
2824
- '$ref ' => '#/definitions/Dummy:b4f76c1a44965bd401aa23bb37618acc ' ,
2824
+ '$ref ' => '#/definitions/Dummy:InputDto ' ,
2825
2825
],
2826
2826
],
2827
2827
],
@@ -2845,7 +2845,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2845
2845
200 => [
2846
2846
'description ' => 'Dummy resource response ' ,
2847
2847
'schema ' => [
2848
- '$ref ' => '#/definitions/Dummy:300dcd476cef011532fb0ca7683395d7 ' ,
2848
+ '$ref ' => '#/definitions/Dummy:OutputDto ' ,
2849
2849
],
2850
2850
],
2851
2851
404 => [
@@ -2871,15 +2871,15 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2871
2871
'in ' => 'body ' ,
2872
2872
'description ' => 'The updated Dummy resource ' ,
2873
2873
'schema ' => [
2874
- '$ref ' => '#/definitions/Dummy:b4f76c1a44965bd401aa23bb37618acc ' ,
2874
+ '$ref ' => '#/definitions/Dummy:InputDto ' ,
2875
2875
],
2876
2876
],
2877
2877
],
2878
2878
'responses ' => [
2879
2879
200 => [
2880
2880
'description ' => 'Dummy resource updated ' ,
2881
2881
'schema ' => [
2882
- '$ref ' => '#/definitions/Dummy:300dcd476cef011532fb0ca7683395d7 ' ,
2882
+ '$ref ' => '#/definitions/Dummy:OutputDto ' ,
2883
2883
],
2884
2884
],
2885
2885
400 => [
@@ -2893,7 +2893,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2893
2893
],
2894
2894
]),
2895
2895
'definitions ' => new \ArrayObject ([
2896
- 'Dummy:300dcd476cef011532fb0ca7683395d7 ' => new \ArrayObject ([
2896
+ 'Dummy:OutputDto ' => new \ArrayObject ([
2897
2897
'type ' => 'object ' ,
2898
2898
'description ' => 'This is a dummy. ' ,
2899
2899
'externalDocs ' => [
@@ -2911,7 +2911,7 @@ private function doTestNormalizeWithInputAndOutputClass(): void
2911
2911
]),
2912
2912
],
2913
2913
]),
2914
- 'Dummy:b4f76c1a44965bd401aa23bb37618acc ' => new \ArrayObject ([
2914
+ 'Dummy:InputDto ' => new \ArrayObject ([
2915
2915
'type ' => 'object ' ,
2916
2916
'description ' => 'This is a dummy. ' ,
2917
2917
'externalDocs ' => [
0 commit comments