File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/V1Module/presenters/base Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,6 @@ private function processParams(ReflectionMethod $reflection)
225225
226226 private function processParamsLoose (array $ paramData )
227227 {
228- $ formatInstanceArr = [];
229-
230228 // validate each param
231229 foreach ($ paramData as $ param ) {
232230 ///TODO: path parameters are not checked yet
@@ -235,14 +233,10 @@ private function processParamsLoose(array $paramData)
235233 }
236234
237235 $ paramValue = $ this ->getValueFromParamData ($ param );
238- $ formatInstanceArr [$ param ->name ] = $ paramValue ;
239236
240237 // this throws when it does not conform
241238 $ param ->conformsToDefinition ($ paramValue );
242239 }
243-
244- // cast to stdClass
245- $ this ->requestFormatInstance = (object )$ formatInstanceArr ;
246240 }
247241
248242 private function processParamsFormat (string $ format )
You can’t perform that action at this time.
0 commit comments