File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Tqdev/PhpCrudApi/OpenApi Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ private function setComponentParameters() /*: void*/
281281 $ this ->openapi ->set ("components|parameters|size|name " , "size " );
282282 $ this ->openapi ->set ("components|parameters|size|in " , "query " );
283283 $ this ->openapi ->set ("components|parameters|size|schema|type " , "string " );
284- $ this ->openapi ->set ("components|parameters|size|description " , "Maximum number of results (for top N lists). Example: 10 " );
284+ $ this ->openapi ->set ("components|parameters|size|description " , "Maximum number of results (for top lists). Example: 10 " );
285285 $ this ->openapi ->set ("components|parameters|size|required " , false );
286286
287287 $ this ->openapi ->set ("components|parameters|page|name " , "page " );
You can’t perform that action at this time.
0 commit comments