File tree Expand file tree Collapse file tree
tests/Functional/Controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,7 @@ public function minUserNestedAction(): void
132132 response: 200 ,
133133 description: 'Success ' ,
134134 content: new Model (type: Article81::class)
135- )
136- ]
135+ )]
137136 public function enum (): void
138137 {
139138 }
@@ -143,8 +142,7 @@ public function enum(): void
143142 response: 200 ,
144143 description: 'Success ' ,
145144 content: new Model (type: JMSAbstractUser::class)
146- )
147- ]
145+ )]
148146 public function discriminatorMapAction (): void
149147 {
150148 }
@@ -154,8 +152,7 @@ public function discriminatorMapAction(): void
154152 response: 200 ,
155153 description: 'Success ' ,
156154 content: new Model (type: JMSEnum::class)
157- )
158- ]
155+ )]
159156 public function enumArrayAction (): void
160157 {
161158 }
@@ -165,8 +162,7 @@ public function enumArrayAction(): void
165162 response: 200 ,
166163 description: 'Success ' ,
167164 content: new Model (type: JMSIgnoredProperty::class)
168- )
169- ]
165+ )]
170166 public function ignoredProperty (): void
171167 {
172168 }
You can’t perform that action at this time.
0 commit comments