File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9595
9696### 0.3.4 - Fix incorrect json_decoder and encoder
9797
98- ### 0.3.5 - Fix issue with parsing non scalar options
98+ ### 0.3.5 - Fix issue with parsing non scalar options
99+
100+ ### 0.3.6 - Fix issue with parsing
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ protected function setOptions($options = [])
7777
7878 $ defaults ['description ' ]['jsonPath ' ] = realpath ($ this ->rootPath . $ this ->DEFAULT_API_JSON_PATH );
7979 $ mergedOptions = array_replace_recursive ($ defaults , $ options );
80- $ parsedOptions = $ this ->parseOptions ($ mergedOptions , $ options );
80+ $ parsedOptions = $ this ->parseOptions ($ mergedOptions , $ mergedOptions );
8181
8282 $ handlers = $ this ->getStacks ($ parsedOptions );
8383 if (!empty ($ handlers )) {
You can’t perform that action at this time.
0 commit comments